From 9c7dc4915d9fd12a292a826b651c304facfb00bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 14 Nov 2019 09:17:02 +0100 Subject: [PATCH] No more compton --- autostart.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autostart.sh b/autostart.sh index be72ee0..3e209d3 100755 --- a/autostart.sh +++ b/autostart.sh @@ -95,7 +95,8 @@ run gpg-agent gpg-agent --homedir "$HOME/.gnupg" --no-detach --daemon # a service called dunst already exists and conflicts run dunst_user dunst -config ~/.config/dunstrc -run compton compton --backend glx --vsync opengl --no-dock-shadow --no-dnd-shadow +# disabled due to firefox flicker +# run compton compton --backend glx --vsync opengl --no-dock-shadow --no-dnd-shadow run_oneshot wallpaper --property=ExecStartPre="/bin/sleep 1" feh --bg-scale "${wallpaper}"