diff options
| author | kj_sh604 | 2026-02-15 14:28:40 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-15 14:28:40 -0500 |
| commit | c53099f8635447db66e6215bb1cbf97d485b918f (patch) | |
| tree | 287fa7f5c6fb71de2e05697f6bfa02ce9edb8a80 | |
| parent | a8a3e6ed66cf931a57d507e33e6233ec39d27699 (diff) | |
refactor: change window manager button layout
| -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 494855a..fa21b63 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | |||
| @@ -6,7 +6,7 @@ | |||
| 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="false"/> |
| 8 | <property name="box_resize" type="bool" value="false"/> | 8 | <property name="box_resize" type="bool" value="false"/> |
| 9 | <property name="button_layout" type="string" value="S|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"/> |
| 12 | <property name="click_to_focus" type="bool" value="true"/> | 12 | <property name="click_to_focus" type="bool" value="true"/> |
