aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2019-08-18 17:34:26 +0300
committerJani Välimaa <wally@mageia.org>2019-08-18 17:34:26 +0300
commite7b2ccf7af810c7e35dc3c2e1ac8ea7c857b06eb (patch)
treeedd7a6296cc9c232ce7719e0c3a746ef1143abb7
parent730f0bb63767f8c499cd2e2a238574ce3afa2d2a (diff)
downloadconfig-e7b2ccf7af810c7e35dc3c2e1ac8ea7c857b06eb.tar
config-e7b2ccf7af810c7e35dc3c2e1ac8ea7c857b06eb.tar.gz
config-e7b2ccf7af810c7e35dc3c2e1ac8ea7c857b06eb.tar.bz2
config-e7b2ccf7af810c7e35dc3c2e1ac8ea7c857b06eb.tar.xz
config-e7b2ccf7af810c7e35dc3c2e1ac8ea7c857b06eb.zip
Xfwm4: disable 'Raise windows when any mouse button is pressed' by default (mga#12453)
-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"/>