diff options
| author | kj_sh604 | 2026-02-21 12:39:27 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-21 12:39:27 -0500 |
| commit | 505f93d5115d4cdbb014ae8e66f03df550863baf (patch) | |
| tree | 04094da6dd1b9739ebf86c17793673692fc3ecd3 | |
| parent | 5fb3be7d5f53b79972977b6db04238686f24838a (diff) | |
refactor: disable `vblank_mode`
relying on AMDGPU's TearFree setting ++ I rarely use compositing anyways
| -rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml index b42d4ae..c549414 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | |||
| @@ -97,6 +97,6 @@ | |||
| 97 | <value type="string" value="E"/> | 97 | <value type="string" value="E"/> |
| 98 | <value type="string" value="F"/> | 98 | <value type="string" value="F"/> |
| 99 | </property> | 99 | </property> |
| 100 | <property name="vblank_mode" type="string" value="auto"/> | 100 | <property name="vblank_mode" type="string" value="off"/> |
| 101 | </property> | 101 | </property> |
| 102 | </channel> | 102 | </channel> |
