From 3fd2d6fc81b448604feefa11527e09afcfc35207 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 9 Dec 2011 01:15:48 +0100 Subject: HLWM: Automatically focus newly created windows --- .config/herbstluftwm/autostart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/herbstluftwm/autostart') 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") -- cgit v1.2.3-54-g00ecf