diff options
author | Jani Välimaa <wally@mageia.org> | 2015-02-19 22:23:02 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2015-02-19 22:23:02 +0200 |
commit | 5903722c4a9a23458bfa81cdc4c0d70bcf4251f0 (patch) | |
tree | 34ae370eeb115922d17106efb0ce3cb1ca434016 /data/xfce4/xfconf/xfce-perchannel-xml | |
parent | 4100dd43b7b486e159763201bab34900b30999f4 (diff) | |
download | config-5903722c4a9a23458bfa81cdc4c0d70bcf4251f0.tar config-5903722c4a9a23458bfa81cdc4c0d70bcf4251f0.tar.gz config-5903722c4a9a23458bfa81cdc4c0d70bcf4251f0.tar.bz2 config-5903722c4a9a23458bfa81cdc4c0d70bcf4251f0.tar.xz config-5903722c4a9a23458bfa81cdc4c0d70bcf4251f0.zip |
Follow upstream and remove "Stick" button from Xfwm4's default button layout
Diffstat (limited to 'data/xfce4/xfconf/xfce-perchannel-xml')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml index 7d24b68..1832a3a 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -6,7 +6,7 @@ <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="button_layout" type="string" value="OT|SHMC"/> + <property name="button_layout" type="string" value="O|SHMC"/> <property name="button_offset" type="int" value="0"/> <property name="button_spacing" type="int" value="0"/> <property name="click_to_focus" type="bool" value="true"/> |