summaryrefslogtreecommitdiffstats
path: root/.config/herbstluftwm
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-12-09 01:15:48 +0100
committerGravatar Tom Willemsen2011-12-09 01:15:48 +0100
commit3fd2d6fc81b448604feefa11527e09afcfc35207 (patch)
tree602216b6aa45dca76317bb8467e7e9108c521895 /.config/herbstluftwm
parent0735df1eb9c565043e803c6a2fbc1693bc8c9ca7 (diff)
downloaddotfiles-3fd2d6fc81b448604feefa11527e09afcfc35207.tar.gz
dotfiles-3fd2d6fc81b448604feefa11527e09afcfc35207.zip
HLWM: Automatically focus newly created windows
Diffstat (limited to '.config/herbstluftwm')
-rwxr-xr-x.config/herbstluftwm/autostart3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index a322f3c..d408cf8 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -112,8 +112,7 @@
;; rules
(unrule)
-(rule "focus=off") ; normally do not focus new clients
-(rule "class~'(.*[Rr]xvt.*|.*[Tt]erm|Konsole)' focus=on")
+(rule "focus=on") ; normally do not focus new clients
(rule "windowtype=_NET_WM_WINDOW_TYPE_DIALOG focus=on pseudotile=on")
(rule "class=Xephyr pseudotile=on")