diff options
author | Amin Bandali <me@aminb.org> | 2015-04-02 23:48:25 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-04-02 23:48:25 -0400 |
commit | 52b0d755330324294a85d809f6806de73b7bf34a (patch) | |
tree | dc181237338d65d49c49af0058c3a1709ccc3cf0 | |
parent | bb8b05261777edacf6d6874a9effabbfd8cb0d8e (diff) | |
download | configs-52b0d755330324294a85d809f6806de73b7bf34a.tar.gz configs-52b0d755330324294a85d809f6806de73b7bf34a.tar.xz configs-52b0d755330324294a85d809f6806de73b7bf34a.zip |
xfce changes
-rw-r--r-- | xfce4/.config/xfce4/panel/whiskermenu-11.rc | 2 | ||||
-rw-r--r-- | xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml.new | 22 |
2 files changed, 23 insertions, 1 deletions
diff --git a/xfce4/.config/xfce4/panel/whiskermenu-11.rc b/xfce4/.config/xfce4/panel/whiskermenu-11.rc index 06d6ab7..3fe1e66 100644 --- a/xfce4/.config/xfce4/panel/whiskermenu-11.rc +++ b/xfce4/.config/xfce4/panel/whiskermenu-11.rc @@ -1,5 +1,5 @@ favorites=exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-mail-reader.desktop,exo-web-browser.desktop -recent=xfce-ui-settings.desktop,Thunar.desktop,chromium.desktop,atom.desktop,firefox-developer.desktop,firefox.desktop,android-studio.desktop,xfce4-taskmanager.desktop +recent=firefox.desktop,chromium.desktop,xfce-ui-settings.desktop,Thunar.desktop,atom.desktop,firefox-developer.desktop,android-studio.desktop,xfce4-taskmanager.desktop button-title=Applications button-icon=distributor-logo-archlinux button-single-row=false diff --git a/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml.new b/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml.new index e69de29..fdc48d5 100644 --- a/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml.new +++ b/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml.new @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-power-manager" version="1.0"> + <property name="xfce4-power-manager" type="empty"> + <property name="brightness-switch-restore-on-exit" type="int" value="-1"/> + <property name="brightness-switch" type="int" value="0"/> + <property name="lid-action-on-battery" type="uint" value="1"/> + <property name="logind-handle-lid-switch" type="bool" value="true"/> + <property name="lid-action-on-ac" type="uint" value="1"/> + <property name="power-button-action" type="uint" value="3"/> + <property name="critical-power-level" type="uint" value="3"/> + <property name="inactivity-sleep-mode-on-battery" type="uint" value="1"/> + <property name="inactivity-on-battery" type="uint" value="14"/> + <property name="inactivity-on-ac" type="uint" value="20"/> + <property name="brightness-on-battery" type="uint" value="9"/> + <property name="blank-on-battery" type="int" value="5"/> + <property name="dpms-on-battery-sleep" type="uint" value="15"/> + <property name="dpms-on-battery-off" type="uint" value="25"/> + <property name="dpms-on-ac-sleep" type="uint" value="20"/> + <property name="dpms-on-ac-off" type="uint" value="30"/> + </property> +</channel> |