diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-28 15:34:14 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-28 15:34:14 +0530 |
commit | 70be66723bc11b49332887787f4cd3b844833b06 (patch) | |
tree | a063860e0ef649100890e8017ca7ad797589e392 /herbstluftwm | |
parent | 09c68ed4aeb46595bf148aafc87928ba5c46f1b1 (diff) |
added scrot and pcmanfm keybindings
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-x | herbstluftwm/autostart | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index a946bbd1..ae804687 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -19,10 +19,10 @@ hc set focus_follows_mouse 1 # if you have a super key you will be much happier with Mod set to Mod4 # Mod=Mod1 # Use alt as the main modifier Mod=Mod4 # Use the super key as the main modifier -hc keybind Control-d spawn caja hc keybind Mod1-Return spawn dmenu_run -hc keybind Mod4-Shift-m spawn betterlockscreen -s -t 'Vidhu Kant is gone rn' -hc keybinf Mod1-s spawn scrot ~/Screenshots/%Y-%m-%d-%T-screenshot.png +hc keybind Mod4-Shift-m spawn betterlockscreen -s +hc keybind Mod1-s spawn scrot ~/Media/Screenshots/%Y-%d-%m-%T-screenshot.png +hc keybind Mod4-Shift-Return spawn pcmanfm # autostart firefox & |