diff options
author | Patrick 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) |
commit | 9020fd7edb0c0b87de98ae47ee04d930d880e35e (patch) | |
tree | 49ce7da5b47dcc5714edd7c8a66334fea2e477c6 /.fluxbox/keys | |
parent | d9267c2eeced5ed0f901ed86c6ba96771d80461f (diff) | |
download | fluxbox-9020fd7edb0c0b87de98ae47ee04d930d880e35e.zip fluxbox-9020fd7edb0c0b87de98ae47ee04d930d880e35e.tar.gz fluxbox-9020fd7edb0c0b87de98ae47ee04d930d880e35e.tar.bz2 |
.fluxbox/keys: mkdir -p ~/shots/
Diffstat (limited to '.fluxbox/keys')
-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 |