push before desktop reinstall
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Basic settings
|
||||
backend = "glx";
|
||||
vsync = true;
|
||||
use-damage = true;
|
||||
|
||||
# Opacity settings
|
||||
inactive-opacity = 1.0;
|
||||
@@ -13,5 +14,11 @@ shadow = false;
|
||||
# Fading settings
|
||||
fade = false;
|
||||
|
||||
# additional settings
|
||||
glx-no-stencil = true;
|
||||
glx-no-rebind-pixmap = true;
|
||||
xrender-sync = true;
|
||||
xrender-sync-fence = true;
|
||||
|
||||
# Logging
|
||||
log-level = "warn";
|
||||
|
||||
Reference in New Issue
Block a user