diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-08-08 14:57:45 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-08-08 14:58:02 +0200 |
commit | 94bc8c251c118c2d432fe06a98d7a57b1fbedb4f (patch) | |
tree | 411fe41f5980b060bd2cba5e193a0ab3e954d1a9 /wmstatus.conf.example | |
parent | e83cfa3c15810dc1df2468bc003f3014002a12b3 (diff) | |
download | desktop-tools-94bc8c251c118c2d432fe06a98d7a57b1fbedb4f.tar.gz desktop-tools-94bc8c251c118c2d432fe06a98d7a57b1fbedb4f.tar.xz desktop-tools-94bc8c251c118c2d432fe06a98d7a57b1fbedb4f.zip |
wmstatus: improve Sway forwards of xkb-lock-group
Diffstat (limited to 'wmstatus.conf.example')
-rw-r--r-- | wmstatus.conf.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wmstatus.conf.example b/wmstatus.conf.example index 705f83d..90b472f 100644 --- a/wmstatus.conf.example +++ b/wmstatus.conf.example @@ -16,10 +16,10 @@ keys = { "XF86AudioPrev" = "mpd previous" "XF86AudioNext" = "mpd next" - "Mod4 F1" = "xkb-lock-group 1" - "Mod4 F2" = "xkb-lock-group 2" - "Mod4 F3" = "xkb-lock-group 3" - "Mod4 F4" = "xkb-lock-group 4" + "Mod4 F1" = "xkb-lock-group 0" + "Mod4 F2" = "xkb-lock-group 1" + "Mod4 F3" = "xkb-lock-group 2" + "Mod4 F4" = "xkb-lock-group 3" "Mod4 Control F1" = "exec input-switch vga 1" "Mod4 Control Shift F1" = "exec input-switch vga 2" |