(hopefully) fixed screentears
This commit is contained in:
@@ -23,7 +23,7 @@ font pango:VictorMonoNerdFont SemiBold 12
|
|||||||
###################################
|
###################################
|
||||||
|
|
||||||
# start compositor and polybar, etc.
|
# start compositor and polybar, etc.
|
||||||
exec --no-startup-id picom
|
exec --no-startup-id picom -b
|
||||||
|
|
||||||
# clean up and start polybar
|
# clean up and start polybar
|
||||||
exec_always --no-startup-id killall polybar
|
exec_always --no-startup-id killall polybar
|
||||||
|
|||||||
@@ -24,6 +24,8 @@ rounded-corners-exclude = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
# general
|
# general
|
||||||
|
backend = "xrender";
|
||||||
|
vsync = true;
|
||||||
use-damage = true;
|
use-damage = true;
|
||||||
xrender-sync = true;
|
xrender-sync = true;
|
||||||
xrender-sync-fence = true;
|
xrender-sync-fence = true;
|
||||||
Reference in New Issue
Block a user