diff options
-rw-r--r-- | .fluxbox/keys | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.fluxbox/keys b/.fluxbox/keys index 20da103..fd1816e 100644 --- a/.fluxbox/keys +++ b/.fluxbox/keys @@ -179,9 +179,9 @@ Shift XF86AudioNext :Exec mpc -h music seek +00:00:05 Shift XF86AudioPrev :Exec mpc -h music seek -00:00:05 # PrtSc -Print :Exec scrot ~/shots/%Y-%m-%d_%H:%M:%S.png -Shift Print :Exec scrot -u -b ~/shots/%Y-%m-%d_%H:%M:%S.png -Mod1 Print :Exec scrot -s ~/shots/%Y-%m-%d_%H:%M:%S.png +Print :Exec mkdir -p ~/shots/ && scrot ~/shots/%Y-%m-%d_%H:%M:%S.png +Shift Print :Exec mkdir -p ~/shots/ && scrot -u -b ~/shots/%Y-%m-%d_%H:%M:%S.png +Mod1 Print :Exec mkdir -p ~/shots/ && scrot -s ~/shots/%Y-%m-%d_%H:%M:%S.png # Launch applications #Mod4 :CustomMenu ~/.fluxbox/menus/applications |