diff options
| author | kj_sh604 | 2026-02-19 21:45:00 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-19 21:45:00 -0500 |
| commit | f9a1aaed138c844827cf8dac2990d19558006b6d (patch) | |
| tree | 97be9bf1715eba7cd1efe380c4a3e048561c1d7b | |
| parent | 21641c509e57c78001209655a7ac19668b953a78 (diff) | |
refactor: disable compositing for xfwm4
| -rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml index 49b1dd8..b42d4ae 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | |||
| @@ -4,8 +4,8 @@ | |||
| 4 | <property name="general" type="empty"> | 4 | <property name="general" type="empty"> |
| 5 | <property name="activate_action" type="string" value="bring"/> | 5 | <property name="activate_action" type="string" value="bring"/> |
| 6 | <property name="borderless_maximize" type="bool" value="true"/> | 6 | <property name="borderless_maximize" type="bool" value="true"/> |
| 7 | <property name="box_move" type="bool" value="false"/> | 7 | <property name="box_move" type="bool" value="true"/> |
| 8 | <property name="box_resize" type="bool" value="false"/> | 8 | <property name="box_resize" type="bool" value="true"/> |
| 9 | <property name="button_layout" type="string" value="O|HMC"/> | 9 | <property name="button_layout" type="string" value="O|HMC"/> |
| 10 | <property name="button_offset" type="int" value="0"/> | 10 | <property name="button_offset" type="int" value="0"/> |
| 11 | <property name="button_spacing" type="int" value="0"/> | 11 | <property name="button_spacing" type="int" value="0"/> |
| @@ -71,7 +71,7 @@ | |||
| 71 | <property name="toggle_workspaces" type="bool" value="false"/> | 71 | <property name="toggle_workspaces" type="bool" value="false"/> |
| 72 | <property name="unredirect_overlays" type="bool" value="true"/> | 72 | <property name="unredirect_overlays" type="bool" value="true"/> |
| 73 | <property name="urgent_blink" type="bool" value="false"/> | 73 | <property name="urgent_blink" type="bool" value="false"/> |
| 74 | <property name="use_compositing" type="bool" value="true"/> | 74 | <property name="use_compositing" type="bool" value="false"/> |
| 75 | <property name="workspace_count" type="int" value="4"/> | 75 | <property name="workspace_count" type="int" value="4"/> |
| 76 | <property name="wrap_cycle" type="bool" value="true"/> | 76 | <property name="wrap_cycle" type="bool" value="true"/> |
| 77 | <property name="wrap_layout" type="bool" value="true"/> | 77 | <property name="wrap_layout" type="bool" value="true"/> |
