aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm/.config
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-07-17 15:48:53 +0200
committerGravatar Tom Willemse2016-07-17 15:48:53 +0200
commite639427d5b32a1eed960125a2a94a3f06ce6b71c (patch)
treea0d57d786d40e9811e3349407a3bd95d40e9589e /herbstluftwm/.config
parent76a4449ffd14fc79c411f3b7ccf0cdbbb1f285ce (diff)
downloadnew-dotfiles-e639427d5b32a1eed960125a2a94a3f06ce6b71c.tar.gz
new-dotfiles-e639427d5b32a1eed960125a2a94a3f06ce6b71c.zip
Use Mod4 to manage windows
Diffstat (limited to 'herbstluftwm/.config')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/autostart9
1 files changed, 5 insertions, 4 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart
index 84cc643..dd636d4 100755
--- a/herbstluftwm/.config/herbstluftwm/autostart
+++ b/herbstluftwm/.config/herbstluftwm/autostart
@@ -13,10 +13,11 @@ xsetroot -solid '#5A8E3A'
# remove all existing keybindings
hc keyunbind --all
-# keybindings
-# 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
+## Keybindings:
+# Use the super key as the main modifier, Alt (Mod1) is used by too
+# many other applications (Emacs and Zsh for example) to really be
+# useful.
+Mod=Mod4
hc keybind $Mod-Shift-q quit
hc keybind $Mod-Shift-r reload