HERBSTLUFTWM: Change tags from 1 2 3... to q w e...
This commit is contained in:
parent
ea07fd093b
commit
37377cc81b
1 changed files with 14 additions and 13 deletions
|
@ -34,26 +34,27 @@
|
||||||
|
|
||||||
;; keybindings
|
;; keybindings
|
||||||
(keybind modkey "Mod1-q" "quit")
|
(keybind modkey "Mod1-q" "quit")
|
||||||
(keybind modkey "Shift-r" "reload")
|
(keybind modkey "Mod1-r" "reload")
|
||||||
(keybind modkey "Shift-c" "close")
|
(keybind modkey "Shift-c" "close")
|
||||||
(keybind modkey "Return" "spawn urxvt")
|
(keybind modkey "Return" "spawn urxvt")
|
||||||
(keybind modkey "d" "spawn dmenu_run")
|
(keybind modkey "r" "spawn dmenu_run")
|
||||||
|
|
||||||
;; tags
|
;; tags
|
||||||
(hc "rename default 1")
|
(hc "rename default q")
|
||||||
(for-each create-tag '("1" "2" "3" "4" "5" "6" "7" "8" "9"))
|
(for-each create-tag '("q" "w" "e" "a" "s" "d" "z" "x" "c"))
|
||||||
|
|
||||||
;; layout
|
;; layout
|
||||||
|
(hc "remove_monitor 1")
|
||||||
(hc "move_monitor 0 1680x1050+0+0")
|
(hc "move_monitor 0 1680x1050+0+0")
|
||||||
(hc "add_monitor 1280x1024+1680+0 2")
|
(hc "add_monitor 1280x1024+1680+0 w")
|
||||||
|
|
||||||
;; layouting
|
;; layouting
|
||||||
(keybind modkey "r" "remove")
|
(keybind modkey "Shift-r" "remove")
|
||||||
(keybind modkey "space" "cycle_layout 1")
|
(keybind modkey "space" "cycle_layout 1")
|
||||||
(keybind modkey "u" "split vertical 0.5")
|
(keybind modkey "u" "split vertical 0.5")
|
||||||
(keybind modkey "o" "split horizontal 0.5")
|
(keybind modkey "o" "split horizontal 0.5")
|
||||||
(keybind modkey "s" "floating toggle")
|
(keybind modkey "f" "floating toggle")
|
||||||
(keybind modkey "f" "fullscreen toggle")
|
(keybind modkey "Shift-f" "fullscreen toggle")
|
||||||
(keybind modkey "p" "pseudotile toggle")
|
(keybind modkey "p" "pseudotile toggle")
|
||||||
|
|
||||||
;; resizing
|
;; resizing
|
||||||
|
@ -72,7 +73,7 @@
|
||||||
(keybind modkey "BackSpace" "cycle_monitor")
|
(keybind modkey "BackSpace" "cycle_monitor")
|
||||||
(keybind modkey "Tab" "cycle_all +1")
|
(keybind modkey "Tab" "cycle_all +1")
|
||||||
(keybind modkey "Shift-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 "h" "focus left")
|
||||||
(keybind modkey "j" "focus down")
|
(keybind modkey "j" "focus down")
|
||||||
(keybind modkey "k" "focus up")
|
(keybind modkey "k" "focus up")
|
||||||
|
|
Loading…
Reference in a new issue