summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon Rettberg2024-02-14 16:17:02 +0100
committerSimon Rettberg2024-02-14 16:17:22 +0100
commit27dacb90aee139f2299e8da39c341f29db90b726 (patch)
tree6ec643f77b47ee7413b02f4206c3655841fc273f /core
parent[slxlog] Use is_debug for checking SLX_DEBUG mode (diff)
downloadmltk-27dacb90aee139f2299e8da39c341f29db90b726.tar.gz
mltk-27dacb90aee139f2299e8da39c341f29db90b726.tar.xz
mltk-27dacb90aee139f2299e8da39c341f29db90b726.zip
[remote-access] Disable xfce's compositing
This avoids the screen only refreshing at 1fps with no active outputs.
Diffstat (limited to 'core')
-rw-r--r--core/modules/remote-access/data/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/modules/remote-access/data/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/core/modules/remote-access/data/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
new file mode 100644
index 00000000..3d6457cb
--- /dev/null
+++ b/core/modules/remote-access/data/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfwm4" version="1.0">
+ <property name="general" type="empty">
+ <property name="use_compositing" type="bool" value="false"/>
+ </property>
+</channel>