Remove useless zzz, add chooseable scrot delay
This commit is contained in:
parent
61990df48e
commit
a928bc9158
1 changed files with 1 additions and 1 deletions
|
@ -112,11 +112,11 @@ bindsym XF86MonBrightnessDown exec --no-startup-id $HOME/.config/i3/backlight.
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id $HOME/.config/i3/backlight.sh up
|
bindsym XF86MonBrightnessUp exec --no-startup-id $HOME/.config/i3/backlight.sh up
|
||||||
|
|
||||||
bindsym XF86PowerOff exec sudo shutdown -h now
|
bindsym XF86PowerOff exec sudo shutdown -h now
|
||||||
bindsym XF86Sleep exec sudo zzz
|
|
||||||
|
|
||||||
set $scrot scrot '/tmp/screenshot_%Y-%m-%d_%H-%M-%S.png'
|
set $scrot scrot '/tmp/screenshot_%Y-%m-%d_%H-%M-%S.png'
|
||||||
bindsym $mod+Print exec --no-startup-id $scrot
|
bindsym $mod+Print exec --no-startup-id $scrot
|
||||||
bindsym $mod+Shift+Print exec --no-startup-id $scrot --select --delay 1
|
bindsym $mod+Shift+Print exec --no-startup-id $scrot --select --delay 1
|
||||||
|
bindsym $mod+Ctrl+Shift+Print exec --no-startup-id "$scrot --select --delay $(echo $'2\n3\n5\n10\n15' | rofi -p 'scrot delay' -dmenu)"
|
||||||
|
|
||||||
|
|
||||||
# Window stuff {{{2
|
# Window stuff {{{2
|
||||||
|
|
Loading…
Reference in a new issue