Fix scrot command

This commit is contained in:
Adam Goldsmith 2019-07-21 09:44:37 -04:00
parent 39e82c3a09
commit 432ccb358a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ bindsym Mod1+$mod+l exec $config_dir/lock.sh lock 5 # lock screen
bindsym Mod1+Control+Delete exec $config_dir/lock.sh pick # power menu
bindsym Mod1+$mod+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 '~/scratch/%Y-%m-%d_%H:%M:%S.png'
bindsym $mod+Print exec scrot ~/scratch/'%Y-%m-%d_%H:%M:%S.png'
mode "launch" {
bindsym e exec emacsclient -c -n; mode "default"