Improve compton performance
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
766af04c5a
commit
974895ee8a
1 changed files with 10 additions and 1 deletions
|
@ -13,5 +13,14 @@
|
|||
# Settings opacity rules
|
||||
opacity-rule = [ "85:class_g = 'Termite'" ];
|
||||
|
||||
# Disable compton when full screen application is active
|
||||
# Performance improvements
|
||||
unredir-if-possible = true;
|
||||
backend = "glx";
|
||||
glx-no-stencil = false;
|
||||
glx-copy-from-front = false;
|
||||
glx-swap-method = "undefined";
|
||||
refresh-rate = 0;
|
||||
vsync = "none";
|
||||
sw-opti = true;
|
||||
xrender-sync = true;
|
||||
xrender-sync-fence = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue