Screenshots not hidden anymore
This commit is contained in:
parent
3bfc976f7b
commit
008632f146
|
@ -68,9 +68,9 @@ bindsym XF86MonBrightnessDown exec xbacklight -dec 20
|
||||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 20
|
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/'
|
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