Add $mod+Print binding for scrot

This commit is contained in:
Adam Goldsmith 2018-11-22 00:49:07 -05:00
parent 6c48cad089
commit 622544c37a
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ bindsym Mod1+Mod4+s exec $config_dir/lock.sh suspend # suspend
bindsym Mod1+Control+l exec $config_dir/lock.sh lock 5 # lock screen
bindsym Mod1+Control+Delete exec $config_dir/lock.sh pick # power menu
bindsym $mod+p exec --no-startup-id $config_dir/killPanel.sh # restart xfce4-panel
bindsym $mod+Print exec scrot '/home/adam/scratch/%Y-%m-%d_%H:%M:%S.png'
mode "launch" {
bindsym e exec emacsclient -c -n; mode "default"