summaryrefslogtreecommitdiffstats
path: root/.config/herbstluftwm
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-11-17 10:38:17 +0100
committerGravatar Tom Willemsen2011-11-17 10:38:17 +0100
commit37377cc81b1ee8fcc67478373c4afd2b22b8e15e (patch)
treece02ce70ba9ca5f7668790bbcc53e73987d56047 /.config/herbstluftwm
parentea07fd093bae2cccb65ccf2386ea0882b16f7c96 (diff)
downloaddotfiles-37377cc81b1ee8fcc67478373c4afd2b22b8e15e.tar.gz
dotfiles-37377cc81b1ee8fcc67478373c4afd2b22b8e15e.zip
HERBSTLUFTWM: Change tags from 1 2 3... to q w e...
Diffstat (limited to '.config/herbstluftwm')
-rwxr-xr-x.config/herbstluftwm/autostart27
1 files changed, 14 insertions, 13 deletions
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")