diff options
author | Jani Välimaa <wally@mageia.org> | 2023-01-19 20:32:53 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2023-01-19 20:36:17 +0200 |
commit | 9240d76db73a789791d46da2bd89d800c921ee61 (patch) | |
tree | e80fd84c1224bf0d17d7d74b3b2fbadf30825214 | |
parent | 620fb3527c318b5071851cc77dc33aae0f0a3aac (diff) | |
download | config-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-- | NEWS | 2 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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> |