add keyboard shortcuts for screenshots
This commit is contained in:
parent
3658bcf6c1
commit
ad48aba9bb
1 changed files with 3 additions and 0 deletions
|
@ -185,6 +185,9 @@ bindsym XF86AudioPrev exec playerctl previous
|
|||
bindsym XF86MonBrightnessDown exec xbacklight -dec 10
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 10
|
||||
|
||||
# Screenshots
|
||||
bindsym --release Print exec --no-startup-id scrot -e 'mv $f ~/Images/screenshots/'
|
||||
bindsym --release Shift+Print exec --no-startup-id scrot -s -e 'mv $f ~/Images/screenshots/'
|
||||
|
||||
## Locker and reboot
|
||||
set $Locker i3lock -i /home/bca/Images/waarp_wallpaper_x3.png && sleep 1
|
||||
|
|
Loading…
Add table
Reference in a new issue