From 37377cc81b1ee8fcc67478373c4afd2b22b8e15e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 17 Nov 2011 10:38:17 +0100 Subject: HERBSTLUFTWM: Change tags from 1 2 3... to q w e... --- .config/herbstluftwm/autostart | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to '.config/herbstluftwm') diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index df0ed6f..eb12d12 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -34,27 +34,28 @@ ;; 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 "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 "p" "pseudotile toggle") +(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 "f" "floating toggle") +(keybind modkey "Shift-f" "fullscreen toggle") +(keybind modkey "p" "pseudotile toggle") ;; resizing (define resizestep "0.05") @@ -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") -- cgit v1.2.3-54-g00ecf