mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix(hyprland): no f key for binds
This commit is contained in:
parent
c7c485f955
commit
4e72486354
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@
|
||||||
"$mod SHIFT, ${ws}, hy3:movetoworkspace, ${toString (x + 1)}"
|
"$mod SHIFT, ${ws}, hy3:movetoworkspace, ${toString (x + 1)}"
|
||||||
# using F keys was confusing, as was using mod+alt, so now we use Alt instead of Super
|
# using F keys was confusing, as was using mod+alt, so now we use Alt instead of Super
|
||||||
"ALT, ${ws}, workspace, ${toString (x + 11)}"
|
"ALT, ${ws}, workspace, ${toString (x + 11)}"
|
||||||
"ALT SHIFT, F${ws}, hy3:movetoworkspace, ${toString (x + 11)}"
|
"ALT SHIFT, ${ws}, hy3:movetoworkspace, ${toString (x + 11)}"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
10)
|
10)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue