Revert "Vimify my herbstluftwm keybindings"

This reverts commit 5d42e4f0ac.
This commit is contained in:
Tom Willemse 2016-02-10 11:23:24 +01:00
parent 66889f1a96
commit 4a2e7b2d6d

View file

@ -68,10 +68,10 @@ hc keybind $Mod-p pseudotile toggle
# resizing
RESIZESTEP=0.05
hc keybind $Mod-Control-h resize left +$RESIZESTEP
hc keybind $Mod-Control-n resize down +$RESIZESTEP
hc keybind $Mod-Control-e resize up +$RESIZESTEP
hc keybind $Mod-Control-i resize right +$RESIZESTEP
hc keybind $Mod-Control-n resize left +$RESIZESTEP
hc keybind $Mod-Control-e resize down +$RESIZESTEP
hc keybind $Mod-Control-i resize up +$RESIZESTEP
hc keybind $Mod-Control-o resize right +$RESIZESTEP
# mouse
hc mouseunbind --all
@ -84,15 +84,15 @@ hc keybind $Mod-BackSpace cycle_monitor
hc keybind $Mod-Tab cycle_all +1
hc keybind $Mod-Shift-Tab cycle_all -1
# hc keybind $Mod-c cycle
hc keybind $Mod-h focus left
hc keybind $Mod-n focus down
hc keybind $Mod-e focus up
hc keybind $Mod-i focus right
hc keybind $Mod-n focus left
hc keybind $Mod-e focus down
hc keybind $Mod-i focus up
hc keybind $Mod-o focus right
hc keybind $Mod-u jumpto urgent
hc keybind $Mod-Shift-h shift left
hc keybind $Mod-Shift-n shift down
hc keybind $Mod-Shift-e shift up
hc keybind $Mod-Shift-i shift right
hc keybind $Mod-Shift-n shift left
hc keybind $Mod-Shift-e shift down
hc keybind $Mod-Shift-i shift up
hc keybind $Mod-Shift-o shift right
# colors
hc set frame_border_active_color '#3d3d3d'