diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-02-21 22:14:58 -0500 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-02-21 22:14:58 -0500 |
| commit | 689b7be64754819313940befd3052545344e66f6 (patch) | |
| tree | 9c2fa0c79e7016fccb3cef793f1b9d9c4991b33c | |
| parent | e665cb6cdb0cff7f5cb24c1c3a13709bef25ef8b (diff) | |
toggle: `box_resize` and `box_move`
| -rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml index c549414..4f9d7b9 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -4,8 +4,8 @@ <property name="general" type="empty"> <property name="activate_action" type="string" value="bring"/> <property name="borderless_maximize" type="bool" value="true"/> - <property name="box_move" type="bool" value="true"/> - <property name="box_resize" type="bool" value="true"/> + <property name="box_move" type="bool" value="false"/> + <property name="box_resize" type="bool" value="false"/> <property name="button_layout" type="string" value="O|HMC"/> <property name="button_offset" type="int" value="0"/> <property name="button_spacing" type="int" value="0"/> |
