From 9020fd7edb0c0b87de98ae47ee04d930d880e35e Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 22 Aug 2021 21:05:56 -0400 Subject: .fluxbox/keys: mkdir -p ~/shots/ --- (limited to '.fluxbox/keys') 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 -- cgit v0.9.1