diff options
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml index d0f2175..75be69f 100644 --- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml +++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml @@ -3,7 +3,7 @@ <channel name="xfce4-power-manager" version="1.0"> <property name="xfce4-power-manager" type="empty"> <property name="cpu-scaling-gov" type="empty"/> - <property name="show-tray-icon" type="uint" value="1"/> + <property name="show-tray-icon" type="uint" value="0"/> <property name="dpms-enabled" type="bool" value="true"/> <property name="on-ac-monitor-dpms-timeouts" type="empty"/> <property name="sleep-switch-action" type="string" value="Suspend"/> |