From 00258bc9850d7c91ee6f3be5f739f01eac3d67e9 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 15 Mar 2019 15:21:33 +0100 Subject: [PATCH] don't flash window if its the only one --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index e075a99..d550295 100644 --- a/.xinitrc +++ b/.xinitrc @@ -53,6 +53,6 @@ type unclutter >/dev/null 2>&1 && unclutter & # if compton exists then we can start it as our compositor type compton >/dev/null 2>&1 && compton & # same deal with flashfocus as our active window indicator -type flashfocus >/dev/null 2>&1 && flashfocus & +type flashfocus >/dev/null 2>&1 && flashfocus -l never & type i3 >/dev/null 2>&1 && exec i3