diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-02-21 12:14:53 -0500 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-02-21 12:14:53 -0500 |
| commit | 5fb3be7d5f53b79972977b6db04238686f24838a (patch) | |
| tree | 99356f4de8ac26f5497111f587aab30cd6e74264 | |
| parent | 9494c10405c63f04f366146354533123800254aa (diff) | |
re-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 1d8497d..b42d4ae 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="false"/> - <property name="box_resize" type="bool" value="false"/> + <property name="box_move" type="bool" value="true"/> + <property name="box_resize" type="bool" value="true"/> <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"/> |
