Add printscreen keybindings
This commit is contained in:
parent
7bb7441911
commit
713ce6c9b9
|
@ -146,6 +146,11 @@ bind = , XF86AudioLowerVolume, exec, /home/vtimofei/scripts/voldown
|
|||
bind = , XF86AudioRaiseVolume, exec, /home/vtimofei/scripts/volup
|
||||
bind = , XF86AudioMute, exec, mutetog
|
||||
|
||||
# screenshot
|
||||
bind = , Print, exec, /home/vtimofei/scripts/screenshot-select
|
||||
bind = ALT, Print, exec, /home/vtimofei/scripts/screenshot-window
|
||||
bind = CTRL, Print, exec, /home/vtimofei/scripts/screenshot-monitor
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, H, movefocus, l
|
||||
bind = $mainMod, L, movefocus, r
|
||||
|
|
Loading…
Reference in New Issue