aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cc02395..d23a45f 100644
--- a/NEWS
+++ b/NEWS
@@ -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"/>