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 | |
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
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- follow upstream and remove "Stick" button from Xfwm4's default button layout + Version 4.100.5.9 - 2015-02-10 - fix Alt+F1 shortcut (use xfce4-popup-whiskermenu instead of xfce4-popup-applicationsmenu) 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"/> |