aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>