[i3] bindsym --release, change delayed scrot key
This commit is contained in:
parent
5dab34789a
commit
79aa2bcd52
1 changed files with 3 additions and 3 deletions
|
@ -118,9 +118,9 @@ bindsym XF86MonBrightnessUp exec --no-startup-id $HOME/.config/i3/backlight.
|
||||||
bindsym XF86PowerOff exec sudo shutdown -h now
|
bindsym XF86PowerOff exec sudo shutdown -h now
|
||||||
|
|
||||||
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 --release $mod+Print exec --no-startup-id "notify-send -a 'scrot' -t 750 'Select rectangle'; $scrot --select --delay 1"
|
||||||
bindsym $mod+Shift+Print exec --no-startup-id $scrot --select --delay 1
|
bindsym --release $mod+Shift+Print exec --no-startup-id $scrot
|
||||||
bindsym $mod+Ctrl+Shift+Print exec --no-startup-id "$scrot --select --delay $(echo $'2\n3\n5\n10\n15' | rofi -p 'scrot delay' -dmenu)"
|
bindsym --release $mod+Ctrl+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