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 a800080..ab51205 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- Xfwm4: disable 'Raise windows when any mouse button is pressed' by default (mga#12453)
+
Version 4.120.7.7 - 2019-05-27
- Add initial display config
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
index 27bd48f..ad68d13 100644
--- a/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
+++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
@@ -36,7 +36,7 @@
<property name="raise_delay" type="int" value="250"/>
<property name="raise_on_click" type="bool" value="true"/>
<property name="raise_on_focus" type="bool" value="false"/>
- <property name="raise_with_any_button" type="bool" value="true"/>
+ <property name="raise_with_any_button" type="bool" value="false"/>
<property name="repeat_urgent_blink" type="bool" value="false"/>
<property name="resize_opacity" type="int" value="100"/>
<property name="restore_on_move" type="bool" value="true"/>