mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Fix i3 screenshotting. I think.
This commit is contained in:
@@ -156,15 +156,15 @@ bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10
|
|||||||
set $scrotformat %F-%T.png
|
set $scrotformat %F-%T.png
|
||||||
set $screendir ~/Pictures/Screenshots
|
set $screendir ~/Pictures/Screenshots
|
||||||
# whole screen
|
# whole screen
|
||||||
bindsym Print exec --no-startup-id \
|
bindsym --release Print exec --no-startup-id \
|
||||||
mkdir -p $screendir && \
|
mkdir -p $screendir && \
|
||||||
/usr/bin/scrot $screendir/$scrotformat
|
/usr/bin/scrot $screendir/$scrotformat
|
||||||
# current window
|
# current window
|
||||||
bindsym Shift+Print exec --no-startup-id \
|
bindsym --release Shift+Print exec --no-startup-id \
|
||||||
mkdir -p $screendir && \
|
mkdir -p $screendir && \
|
||||||
/usr/bin/scrot -u $screendir/$scrotformat
|
/usr/bin/scrot -u $screendir/$scrotformat
|
||||||
# selection
|
# selection
|
||||||
bindsym --release $alt+Print exec --no-startup-id \
|
bindsym --release $alt+Sys_Req exec --no-startup-id \
|
||||||
mkdir -p $screendir && \
|
mkdir -p $screendir && \
|
||||||
/usr/bin/scrot -s $screendir/$scrotformat
|
/usr/bin/scrot -s $screendir/$scrotformat
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user