diff options
author | Simon Rettberg | 2024-02-14 16:17:02 +0100 |
---|---|---|
committer | Simon Rettberg | 2024-02-14 16:17:22 +0100 |
commit | 27dacb90aee139f2299e8da39c341f29db90b726 (patch) | |
tree | 6ec643f77b47ee7413b02f4206c3655841fc273f | |
parent | [slxlog] Use is_debug for checking SLX_DEBUG mode (diff) | |
download | mltk-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.
-rw-r--r-- | core/modules/remote-access/data/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | 7 |
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> |