Compare commits
3 commits
15f2cc0a29
...
7820fa022e
Author | SHA1 | Date | |
---|---|---|---|
|
7820fa022e | ||
|
9b39ebddf3 | ||
|
52dc3f31ac |
3 changed files with 6 additions and 2 deletions
4
bin/hyprland-swap_workspaces
Executable file
4
bin/hyprland-swap_workspaces
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
monitors="$(hyprctl monitors | awk '($1 == "Monitor") { print $2 }' | xargs)"
|
||||||
|
hyprctl dispatch swapactiveworkspaces $monitors
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Monitor
|
# Monitor
|
||||||
monitor = , highrr, auto, 1
|
monitor = , highrr, 1920x0, 1
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
input {
|
input {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
||||||
# Hyprland control
|
# Hyprland control
|
||||||
bind = $mainMod SHIFT, A, killactive,
|
bind = $mainMod SHIFT, Q, killactive,
|
||||||
bind = $mainMod SHIFT, E, exit,
|
bind = $mainMod SHIFT, E, exit,
|
||||||
|
|
||||||
# Windows controls
|
# Windows controls
|
||||||
|
|
Loading…
Reference in a new issue