feat(nix): toggle idle
This commit is contained in:
parent
0d378b4f78
commit
675c57ae1b
3 changed files with 30 additions and 20 deletions
|
|
@ -95,7 +95,7 @@ bindul = , XF86AudioMute, exec, ctl volume toggle
|
|||
bindul = , XF86MonBrightnessUp, exec, ctl brightness up
|
||||
bindul = , XF86MonBrightnessDown, exec, ctl brightness down
|
||||
|
||||
bindm = , mouse:273, movewindow
|
||||
bindm = ALT, mouse:273, movewindow
|
||||
|
||||
bind = ALT, SPACE, exec, fuzzel
|
||||
bind = ALT, TAB, workspace, previous
|
||||
|
|
@ -132,6 +132,7 @@ submap = scripts
|
|||
|
||||
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 = , I, exec, hyprctl dispatch submap reset; ctl idle
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue