mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Install xfce4-power-manager by default on xfce desktop (#4205)
* Install xfce4-power-manager by default on xfce desktop - remove x11 config which is obsolete and prevent dkms functinality - remove per board power manager install * Update xfce4 configs
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="image-path" type="string" value="/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-dark-3840x2160.jpg"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-light-3840x2160.jpg"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-dark-3840x2160.jpg"/>
|
||||
</property>
|
||||
<property name="workspace1" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
<property name="plugin-6" type="string" value="systray">
|
||||
<property name="names-visible" type="array">
|
||||
<value type="string" value="networkmanager applet"/>
|
||||
<value type="string" value="xfce4-power-manager"/>
|
||||
<value type="string" value="pasystray"/>
|
||||
</property>
|
||||
</property>
|
||||
|
||||
@@ -3,17 +3,15 @@
|
||||
<channel name="xfce4-power-manager" version="1.0">
|
||||
<property name="xfce4-power-manager" type="empty">
|
||||
<property name="power-button-action" type="empty"/>
|
||||
<property name="brightness-switch-restore-on-exit" type="int" value="-1"/>
|
||||
<property name="brightness-switch" type="int" value="0"/>
|
||||
<property name="show-tray-icon" type="int" value="1"/>
|
||||
<property name="lid-action-on-battery" type="uint" value="1"/>
|
||||
<property name="logind-handle-lid-switch" type="bool" value="false"/>
|
||||
<property name="lid-action-on-ac" type="uint" value="0"/>
|
||||
<property name="inactivity-sleep-mode-on-battery" type="uint" value="1"/>
|
||||
<property name="sleep-button-action" type="uint" value="1"/>
|
||||
<property name="hibernate-button-action" type="uint" value="1"/>
|
||||
<property name="dpms-enabled" type="bool" value="true"/>
|
||||
<property name="blank-on-ac" type="int" value="0"/>
|
||||
<property name="lock-screen-suspend-hibernate" type="bool" value="false"/>
|
||||
<property name="critical-power-action" type="uint" value="4"/>
|
||||
<property name="critical-power-level" type="uint" value="5"/>
|
||||
<property name="logind-handle-lid-switch" type="bool" value="false"/>
|
||||
<property name="show-tray-icon" type="bool" value="false"/>
|
||||
<property name="general-notification" type="bool" value="true"/>
|
||||
<property name="presentation-mode" type="bool" value="false"/>
|
||||
<property name="lid-action-on-battery" type="uint" value="0"/>
|
||||
<property name="lid-action-on-ac" type="uint" value="0"/>
|
||||
<property name="handle-brightness-keys" type="bool" value="true"/>
|
||||
</property>
|
||||
</channel>
|
||||
|
||||
Reference in New Issue
Block a user