Update keybindings

This commit is contained in:
Tom Willemse 2015-06-17 10:54:11 +02:00
parent 27eea21566
commit e42c235cce

View file

@ -46,20 +46,20 @@ hc keybind $Mod-Right use_index +1 --skip-visible
hc keybind $Mod-Left use_index -1 --skip-visible hc keybind $Mod-Left use_index -1 --skip-visible
# layouting # layouting
hc keybind $Mod-r remove hc keybind $Mod-k remove
hc keybind $Mod-space cycle_layout 1 hc keybind $Mod-space cycle_layout 1
hc keybind $Mod-u split vertical 0.5 hc keybind $Mod-s split vertical 0.5
hc keybind $Mod-o split horizontal 0.5 hc keybind $Mod-Shift-s split horizontal 0.5
hc keybind $Mod-s floating toggle hc keybind $Mod-f floating toggle
hc keybind $Mod-f fullscreen toggle hc keybind $Mod-Shift-f fullscreen toggle
hc keybind $Mod-p pseudotile toggle hc keybind $Mod-p pseudotile toggle
# resizing # resizing
RESIZESTEP=0.05 RESIZESTEP=0.05
hc keybind $Mod-Control-h resize left +$RESIZESTEP hc keybind $Mod-Control-n resize left +$RESIZESTEP
hc keybind $Mod-Control-j resize down +$RESIZESTEP hc keybind $Mod-Control-e resize down +$RESIZESTEP
hc keybind $Mod-Control-k resize up +$RESIZESTEP hc keybind $Mod-Control-i resize up +$RESIZESTEP
hc keybind $Mod-Control-l resize right +$RESIZESTEP hc keybind $Mod-Control-o resize right +$RESIZESTEP
# mouse # mouse
hc mouseunbind --all hc mouseunbind --all
@ -71,16 +71,16 @@ hc mousebind $Mod-Button3 zoom
hc keybind $Mod-BackSpace cycle_monitor hc keybind $Mod-BackSpace cycle_monitor
hc keybind $Mod-Tab cycle_all +1 hc keybind $Mod-Tab cycle_all +1
hc keybind $Mod-Shift-Tab cycle_all -1 hc keybind $Mod-Shift-Tab cycle_all -1
hc keybind $Mod-c cycle # hc keybind $Mod-c cycle
hc keybind $Mod-h focus left hc keybind $Mod-n focus left
hc keybind $Mod-j focus down hc keybind $Mod-e focus down
hc keybind $Mod-k focus up hc keybind $Mod-i focus up
hc keybind $Mod-l focus right hc keybind $Mod-o focus right
hc keybind $Mod-i jumpto urgent hc keybind $Mod-u jumpto urgent
hc keybind $Mod-Shift-h shift left hc keybind $Mod-Shift-n shift left
hc keybind $Mod-Shift-j shift down hc keybind $Mod-Shift-e shift down
hc keybind $Mod-Shift-k shift up hc keybind $Mod-Shift-i shift up
hc keybind $Mod-Shift-l shift right hc keybind $Mod-Shift-o shift right
# colors # colors
hc set frame_border_active_color '#222222' hc set frame_border_active_color '#222222'