From 573a32b1939f5e7504aead48b83219368d9f252a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahin=20Akkaya?= Date: Tue, 12 Apr 2022 02:13:05 +0300 Subject: [PATCH] Remove vsync while autostarting --- scripts/autostart.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/autostart.sh b/scripts/autostart.sh index b5a7782..df591c7 100755 --- a/scripts/autostart.sh +++ b/scripts/autostart.sh @@ -11,9 +11,11 @@ function run { rm ~/.cache/workspaces nitrogen --save --set-zoom-fill ~/Pictures/Wallpapers/default.jpg -run picom --experimental-backends --vsync -b # should prevent screen tearing on most setups if needed +run picom --experimental-backends -b # --vsync should prevent screen tearing on most setups if needed eww -c ~/.config/eww/bar/ close-all eww -c ~/.config/eww/bar/ open bar +keynav daemonize + /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & disown # start polkit agent from GNOME