diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,4 @@ +- create hidden xfconf property for ShowSuspend and ShowHibernate by default and enable them - change menu categories without clicking Version 4.100.5.4 - 2014-02-08 diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml index ddf9d6c..101c360 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @@ -48,4 +48,8 @@ <property name="security" type="empty"> <property name="EnableTcp" type="bool" value="false"/> </property> + <property name="shutdown" type="empty"> + <property name="ShowSuspend" type="bool" value="true"/> + <property name="ShowHibernate" type="bool" value="true"/> + </property> </channel> |