diff options
Diffstat (limited to 'common/xfce4/xfconf')
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 1 | ||||
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml | 10 |
2 files changed, 8 insertions, 3 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml index 21067d7..64038cf 100644 --- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -11,6 +11,7 @@ <property name="<Control>Escape" type="string" value="/usr/bin/xfce4-taskmanager"/> <property name="<Control><Alt>Delete" type="string" value="xflock4"/> <property name="<Alt>F2" type="string" value="xfrun4"/> + <property name="Print" type="string" value="/usr/bin/xfce4-screenshooter -f -s $HOME"/> </property> </property> <property name="xfwm4" type="empty"> 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 e286679..31cd486 100644 --- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml +++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml @@ -2,11 +2,15 @@ <channel name="xfce4-power-manager" version="1.0"> <property name="xfce4-power-manager" type="empty"> - <property name="cpu-scaling-gov" type="empty"/> + <property name="cpu-scaling-gov" type="bool" value="false"/> <property name="show-tray-icon" type="uint" value="1"/> <property name="dpms-enabled" type="bool" value="true"/> - <property name="on-ac-monitor-dpms-timeouts" type="empty"/> - <property name="power-switch-action" type="uint" value="0"/> + <property name="on-ac-monitor-dpms-timeouts" type="array"> + <value type="uint" value="5"/> + <value type="uint" value="10"/> + <value type="uint" value="15"/> + </property> <property name="sleep-switch-action" type="uint" value="1"/> + <property name="power-switch-action" type="uint" value="2"/> </property> </channel> |