From d0820777f6a1fe8fe04a35f9f293bb205b1034cd Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 15 Mar 2019 13:44:48 +0100 Subject: [PATCH] add unclutter to x init if it exists --- .xinitrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.xinitrc b/.xinitrc index 1a7b5e2..e075a99 100644 --- a/.xinitrc +++ b/.xinitrc @@ -48,6 +48,8 @@ setxkbmap -option terminate:ctrl_alt_bksp # Needs xcape package installed. https://github.com/alols/xcape type xcape >/dev/null 2>&1 && xcape -e 'Control_L=Escape' +# if unclutter exists start it +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