From 273b55b3d66f560a59511e104cf1e61a4ce32f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 3 Feb 2018 23:02:34 +0100 Subject: [PATCH] Enable compton --- autostart/20_screen.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autostart/20_screen.sh b/autostart/20_screen.sh index 21c1906..a0c865f 100755 --- a/autostart/20_screen.sh +++ b/autostart/20_screen.sh @@ -2,7 +2,10 @@ printf '%s\n' "execute xautorandr" >>"$LOGFILE" -xautorandr +xautorandr & + +printf '%s\n' "start compton" >>"$LOGFILE" +compton --backend glx --vsync opengl & printf '%s\n' "disable screen blanking" >>"$LOGFILE" xset -dpms & &>> $LOGFILE