diff options
| author | kj_sh604 | 2026-02-21 12:14:53 -0500 |
|---|---|---|
| committer | kj_sh604 | 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 @@ | |||
| 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"/> |
