push before desktop reinstall

This commit is contained in:
2025-02-28 16:12:05 +01:00
parent 380a1611f6
commit fd67b55a5b
5 changed files with 356 additions and 20 deletions
+7
View File
@@ -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";