summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-08-22 21:05:56 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-08-22 21:05:56 (EDT)
commit9020fd7edb0c0b87de98ae47ee04d930d880e35e (patch)
tree49ce7da5b47dcc5714edd7c8a66334fea2e477c6
parentd9267c2eeced5ed0f901ed86c6ba96771d80461f (diff)
downloadfluxbox-9020fd7edb0c0b87de98ae47ee04d930d880e35e.zip
fluxbox-9020fd7edb0c0b87de98ae47ee04d930d880e35e.tar.gz
fluxbox-9020fd7edb0c0b87de98ae47ee04d930d880e35e.tar.bz2
.fluxbox/keys: mkdir -p ~/shots/
-rw-r--r--.fluxbox/keys6
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