From 15f14846172dbb6452e08e8f418d3716ed033714 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Tue, 6 Dec 2016 13:57:19 +0100 Subject: [PATCH] herbstluftwm: set urxvt to focus on --- config/herbstluftwm/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index c745690..bd4b4f0 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -156,7 +156,7 @@ hc unrule -F hc rule focus=on # normally focus new clients #hc rule focus=off # normally do not focus new clients # give focus to most common terminals -#hc rule class~'(.*[Rr]xvt.*|.*[Tt]erm|Konsole)' focus=on +hc rule class~'(.*[Rr]xvt.*|.*[Tt]erm|Konsole)' focus=on hc rule class='Pinentry' manage=off focus=on hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' focus=on