(hopefully) fixed screentears

This commit is contained in:
quak
2024-10-08 15:54:27 +02:00
parent dad3a648dd
commit f3b96d6646
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ font pango:VictorMonoNerdFont SemiBold 12
###################################
# start compositor and polybar, etc.
exec --no-startup-id picom
exec --no-startup-id picom -b
# clean up and start polybar
exec_always --no-startup-id killall polybar

View File

@@ -24,6 +24,8 @@ rounded-corners-exclude = [
];
# general
backend = "xrender";
vsync = true;
use-damage = true;
xrender-sync = true;
xrender-sync-fence = true;