Add printscreen keybindings

This commit is contained in:
Victor Timofei 2023-06-09 15:32:24 +03:00
parent 7bb7441911
commit 713ce6c9b9
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 5 additions and 0 deletions

View File

@ -146,6 +146,11 @@ bind = , XF86AudioLowerVolume, exec, /home/vtimofei/scripts/voldown
bind = , XF86AudioRaiseVolume, exec, /home/vtimofei/scripts/volup bind = , XF86AudioRaiseVolume, exec, /home/vtimofei/scripts/volup
bind = , XF86AudioMute, exec, mutetog 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 # Move focus with mainMod + arrow keys
bind = $mainMod, H, movefocus, l bind = $mainMod, H, movefocus, l
bind = $mainMod, L, movefocus, r bind = $mainMod, L, movefocus, r