forked from foxora/nix
added submap to taskbar for hyprland :3
This commit is contained in:
parent
7ff6be7692
commit
adcfc52c60
3 changed files with 18 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# a submap for emulating keys/buttons/functions on the keyboard or mouse
|
||||
|
||||
bind = $mod+shift+alt, a, submap, virtual
|
||||
submap = virtual
|
||||
bind = $mod+shift, c, submap, cursor
|
||||
submap = cursor
|
||||
|
||||
# exit submap
|
||||
bind = , escape, submap, reset
|
||||
|
|
@ -38,6 +38,6 @@ binde = alt, e, exec, wlrctl pointer scroll -15 0 # scroll left
|
|||
binde = alt, y, exec, wlrctl pointer scroll 0 15 # scroll right
|
||||
|
||||
# catches all other keys and keeps us in the submap
|
||||
bind = , catchall, submap, virtual
|
||||
bind = , catchall, submap, cursor
|
||||
|
||||
submap = reset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue