Use Mod4 to manage windows
This commit is contained in:
parent
76a4449ffd
commit
e639427d5b
1 changed files with 5 additions and 4 deletions
|
@ -13,10 +13,11 @@ xsetroot -solid '#5A8E3A'
|
||||||
# remove all existing keybindings
|
# remove all existing keybindings
|
||||||
hc keyunbind --all
|
hc keyunbind --all
|
||||||
|
|
||||||
# keybindings
|
## Keybindings:
|
||||||
# if you have a super key you will be much happier with Mod set to Mod4
|
# Use the super key as the main modifier, Alt (Mod1) is used by too
|
||||||
Mod=Mod1 # Use alt as the main modifier
|
# many other applications (Emacs and Zsh for example) to really be
|
||||||
#Mod=Mod4 # Use the super key as the main modifier
|
# useful.
|
||||||
|
Mod=Mod4
|
||||||
|
|
||||||
hc keybind $Mod-Shift-q quit
|
hc keybind $Mod-Shift-q quit
|
||||||
hc keybind $Mod-Shift-r reload
|
hc keybind $Mod-Shift-r reload
|
||||||
|
|
Loading…
Reference in a new issue