aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2023-01-19 20:32:53 +0200
committerJani Välimaa <wally@mageia.org>2023-01-19 20:36:17 +0200
commit9240d76db73a789791d46da2bd89d800c921ee61 (patch)
treee80fd84c1224bf0d17d7d74b3b2fbadf30825214
parent620fb3527c318b5071851cc77dc33aae0f0a3aac (diff)
downloadconfig-9240d76db73a789791d46da2bd89d800c921ee61.tar
config-9240d76db73a789791d46da2bd89d800c921ee61.tar.gz
config-9240d76db73a789791d46da2bd89d800c921ee61.tar.bz2
config-9240d76db73a789791d46da2bd89d800c921ee61.tar.xz
config-9240d76db73a789791d46da2bd89d800c921ee61.zip
xfconf: add default value for hidden xfce4-session setting /shutdown/ShowHybridSleep
Hidden settings ShowHibernate, ShowHybridSleep, and ShowSuspend can be edited with xfconf-query or xfce4-settings-editor.
-rw-r--r--NEWS2
-rw-r--r--data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml1
2 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ffbf935..95867ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- xfconf: add default value for hidden xfce4-session setting /shutdown/ShowHybridSleep
+
Version 4.16.9.1 - 2022-10-05
- panel: fix mousepad launcher (mousepad.desktop -> org.xfce.mousepad.desktop)
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
index 1ae319e..1ed49f3 100644
--- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
+++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
@@ -52,5 +52,6 @@
<property name="shutdown" type="empty">
<property name="ShowSuspend" type="bool" value="true"/>
<property name="ShowHibernate" type="bool" value="true"/>
+ <property name="ShowHybridSleep" type="bool" value="true"/>
</property>
</channel>