diff options
author | yushyin <yushyin@saga> | 2019-06-11 10:38:49 +0200 |
---|---|---|
committer | yushyin <yushyin@saga> | 2019-06-11 10:38:49 +0200 |
commit | 886d81da0167b02f9c767b9032494d47df1bf648 (patch) | |
tree | 66fb30969ddd692efe20bc0976680d47d9b64996 | |
parent | bd75e47f7137693dc3e021218c9ba1acf61f9dda (diff) | |
download | dotfiles-igor-886d81da0167b02f9c767b9032494d47df1bf648.tar.gz dotfiles-igor-886d81da0167b02f9c767b9032494d47df1bf648.tar.xz |
hlwm config
-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 |