HERBSTLUFTWM: Change tags from 1 2 3... to q w e...

This commit is contained in:
Tom Willemsen 2011-11-17 10:38:17 +01:00
parent ea07fd093b
commit 37377cc81b

View file

@ -34,26 +34,27 @@
;; keybindings
(keybind modkey "Mod1-q" "quit")
(keybind modkey "Shift-r" "reload")
(keybind modkey "Mod1-r" "reload")
(keybind modkey "Shift-c" "close")
(keybind modkey "Return" "spawn urxvt")
(keybind modkey "d" "spawn dmenu_run")
(keybind modkey "r" "spawn dmenu_run")
;; tags
(hc "rename default 1")
(for-each create-tag '("1" "2" "3" "4" "5" "6" "7" "8" "9"))
(hc "rename default q")
(for-each create-tag '("q" "w" "e" "a" "s" "d" "z" "x" "c"))
;; layout
(hc "remove_monitor 1")
(hc "move_monitor 0 1680x1050+0+0")
(hc "add_monitor 1280x1024+1680+0 2")
(hc "add_monitor 1280x1024+1680+0 w")
;; layouting
(keybind modkey "r" "remove")
(keybind modkey "Shift-r" "remove")
(keybind modkey "space" "cycle_layout 1")
(keybind modkey "u" "split vertical 0.5")
(keybind modkey "o" "split horizontal 0.5")
(keybind modkey "s" "floating toggle")
(keybind modkey "f" "fullscreen toggle")
(keybind modkey "f" "floating toggle")
(keybind modkey "Shift-f" "fullscreen toggle")
(keybind modkey "p" "pseudotile toggle")
;; resizing
@ -72,7 +73,7 @@
(keybind modkey "BackSpace" "cycle_monitor")
(keybind modkey "Tab" "cycle_all +1")
(keybind modkey "Shift-Tab" "cycle_all -1")
(keybind modkey "c" "cycle")
(keybind modkey "Mod1-c" "cycle")
(keybind modkey "h" "focus left")
(keybind modkey "j" "focus down")
(keybind modkey "k" "focus up")