Compare commits
No commits in common. "7820fa022e5b47f6af7757eb220403765529dc80" and "15f2cc0a29805061db16cf870a452e16777da8c5" have entirely different histories.
7820fa022e
...
15f2cc0a29
3 changed files with 2 additions and 6 deletions
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
monitors="$(hyprctl monitors | awk '($1 == "Monitor") { print $2 }' | xargs)"
|
|
||||||
hyprctl dispatch swapactiveworkspaces $monitors
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Monitor
|
# Monitor
|
||||||
monitor = , highrr, 1920x0, 1
|
monitor = , highrr, auto, 1
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
input {
|
input {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
||||||
# Hyprland control
|
# Hyprland control
|
||||||
bind = $mainMod SHIFT, Q, killactive,
|
bind = $mainMod SHIFT, A, killactive,
|
||||||
bind = $mainMod SHIFT, E, exit,
|
bind = $mainMod SHIFT, E, exit,
|
||||||
|
|
||||||
# Windows controls
|
# Windows controls
|
||||||
|
|
Loading…
Reference in a new issue