File 0003-Disable-transparency.patch of Package maui-index
diff -ruN a/src/main.qml b/src/main.qml
--- a/src/main.qml 2025-09-20 21:15:34.645335343 +0200
+++ b/src/main.qml 2025-09-21 19:54:36.216127733 +0200
@@ -93,7 +93,7 @@
property bool showActionsBar: true
property string lastUsedTag
property bool floatyUI : root.isWide
- property bool windowTranslucency : Maui.Handy.isLinux
+ property bool windowTranslucency : false
}
Settings