diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-02-20 22:41:39 -0500 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-02-20 22:41:39 -0500 |
| commit | 9494c10405c63f04f366146354533123800254aa (patch) | |
| tree | c1bbfbbb0e879714482fc0103db2f7f835ef8f16 | |
| parent | 9f11ef73ac2a0c0e22bdc594755752584bc343a3 (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 b42d4ae..1d8497d 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"/> |
