diff options
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-x | herbstluftwm/files/autostart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/herbstluftwm/files/autostart b/herbstluftwm/files/autostart index edb2d9a..fb26a3d 100755 --- a/herbstluftwm/files/autostart +++ b/herbstluftwm/files/autostart @@ -19,7 +19,7 @@ Mod=Mod4 # Use the super key as the main modifier hc keybind $Mod-Shift-q quit hc keybind $Mod-Shift-r reload hc keybind $Mod-Shift-c close -hc keybind $Mod-Return spawn ${TERMINAL:-termite} # use your $TERMINAL with xterm as fallback +hc keybind $Mod-Return spawn ${TERMINAL:-termite} # use your $TERMINAL with termite as fallback hc keybind $Mod-x spawn rofi -show run # basic movement |