aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Paweł Gajc <tpg@mandriva.org>2009-02-07 01:03:41 +0000
committerTomasz Paweł Gajc <tpg@mandriva.org>2009-02-07 01:03:41 +0000
commit18a4e7df0a314b5347424ae34385559ca4844301 (patch)
tree316b77f2c882befc99d289b9ecc5480715805865
parent3e6e85e33111aa8e0b640d7faf4a2f1cd7e683e6 (diff)
downloadconfig-18a4e7df0a314b5347424ae34385559ca4844301.tar
config-18a4e7df0a314b5347424ae34385559ca4844301.tar.gz
config-18a4e7df0a314b5347424ae34385559ca4844301.tar.bz2
config-18a4e7df0a314b5347424ae34385559ca4844301.tar.xz
config-18a4e7df0a314b5347424ae34385559ca4844301.zip
- update xfce4-power-manager settings
- run xfce4-screenshooter while print screen key is pressed
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml1
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml10
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="&lt;Control&gt;Escape" type="string" value="/usr/bin/xfce4-taskmanager"/>
<property name="&lt;Control&gt;&lt;Alt&gt;Delete" type="string" value="xflock4"/>
<property name="&lt;Alt&gt;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>