diff options
-rw-r--r-- | .fluxbox/keys | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.fluxbox/keys b/.fluxbox/keys index 39d966e..3a8fa22 100644 --- a/.fluxbox/keys +++ b/.fluxbox/keys @@ -179,9 +179,10 @@ Shift XF86AudioNext :Exec mpc -h music seek +00:00:05 Shift XF86AudioPrev :Exec mpc -h music seek -00:00:05 # PrtSc -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 + Print :Exec mkdir -p ~/shots/ && scrot -z ~/shots/%Y-%m-%d_%H:%M:%S.png + Shift Print :Exec mkdir -p ~/shots/ && scrot -z -u -b ~/shots/%Y-%m-%d_%H:%M:%S.png +Mod1 Print :Exec mkdir -p ~/shots/ && scrot -z -p ~/shots/%Y-%m-%d_%H:%M:%S.png +Mod1 Shift Print :Exec mkdir -p ~/shots/ && scrot -z -u -b -p ~/shots/%Y-%m-%d_%H:%M:%S.png # Launch applications #Mod4 :CustomMenu ~/.fluxbox/menus/applications |