fix(hyprland) reset submap on script bindings
This commit is contained in:
parent
784108a45f
commit
8c873f7469
2 changed files with 9 additions and 9 deletions
|
|
@ -103,14 +103,14 @@ bind = ALT SHIFT, Y, exec, hypr spawnfocus --ws 3 sioyek
|
|||
bind = , XF86Tools, submap, scripts
|
||||
submap = scripts
|
||||
|
||||
bind = , A, exec, ctl audio out
|
||||
bind = , C, exec, sh -lc 'cliphist list | fuzzel --dmenu --prompt="clip: " | cliphist decode | wl-copy'
|
||||
bind = , K, exec, ctl keyboard next
|
||||
bind = , O, exec, ctl ocr
|
||||
bind = , M, exec, ctl media
|
||||
bind = , P, exec, ctl power
|
||||
bind = , S, exec, ctl screenshot
|
||||
bind = , T, exec, theme
|
||||
bind = , A, exec, hyprctl dispatch submap reset; ctl audio out
|
||||
bind = , C, exec, hyprctl dispatch submap reset; sh -lc 'cliphist list | fuzzel --dmenu --prompt="clip: " | cliphist decode | wl-copy'
|
||||
bind = , K, exec, hyprctl dispatch submap reset; ctl keyboard next
|
||||
bind = , O, exec, hyprctl dispatch submap reset; ctl ocr
|
||||
bind = , M, exec, hyprctl dispatch submap reset; ctl media
|
||||
bind = , P, exec, hyprctl dispatch submap reset; ctl power
|
||||
bind = , S, exec, hyprctl dispatch submap reset; ctl screenshot
|
||||
bind = , T, exec, hyprctl dispatch submap reset; theme
|
||||
|
||||
bind = , catchall, submap, reset
|
||||
submap = reset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue