screenshot selection
This commit is contained in:
parent
22dcf20cd0
commit
ec7442b018
|
@ -67,6 +67,7 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 20
|
||||||
# Screenshots
|
# Screenshots
|
||||||
bindsym Print exec scrot -ue 'mv $f ~/.screenshots/'
|
bindsym Print exec scrot -ue 'mv $f ~/.screenshots/'
|
||||||
bindsym $mod+Print exec scrot -e 'mv $f ~/.screenshots/'
|
bindsym $mod+Print exec scrot -e 'mv $f ~/.screenshots/'
|
||||||
|
bindsym Ctrl+Print exec sleep 1 && scrot -se 'mv $f ~/.screenshots/'
|
||||||
|
|
||||||
focus_follows_mouse yes
|
focus_follows_mouse yes
|
||||||
mouse_warping output
|
mouse_warping output
|
||||||
|
|
Loading…
Reference in a new issue