diff options
author | Amin Bandali <me@aminb.org> | 2015-04-01 23:19:56 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-04-01 23:19:56 -0400 |
commit | bb8b05261777edacf6d6874a9effabbfd8cb0d8e (patch) | |
tree | a41015b58d562b0d6fb51e8d4c4f90e9f4907e1a | |
parent | 2dd1a403b38580226036f8dec43de8445d53670c (diff) | |
download | configs-bb8b05261777edacf6d6874a9effabbfd8cb0d8e.tar.gz configs-bb8b05261777edacf6d6874a9effabbfd8cb0d8e.tar.xz configs-bb8b05261777edacf6d6874a9effabbfd8cb0d8e.zip |
xfce updates
4 files changed, 7 insertions, 29 deletions
diff --git a/xfce4/.config/xfce4/panel/whiskermenu-11.rc b/xfce4/.config/xfce4/panel/whiskermenu-11.rc index 774f3d3..06d6ab7 100644 --- a/xfce4/.config/xfce4/panel/whiskermenu-11.rc +++ b/xfce4/.config/xfce4/panel/whiskermenu-11.rc @@ -1,7 +1,7 @@ favorites=exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-mail-reader.desktop,exo-web-browser.desktop -recent=chromium.desktop,firefox.desktop,android-studio.desktop,Thunar.desktop,xfce4-taskmanager.desktop +recent=xfce-ui-settings.desktop,Thunar.desktop,chromium.desktop,atom.desktop,firefox-developer.desktop,firefox.desktop,android-studio.desktop,xfce4-taskmanager.desktop button-title=Applications -button-icon=xfce4-whiskermenu +button-icon=distributor-logo-archlinux button-single-row=false show-button-title=false show-button-icon=true diff --git a/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml index fce40fd..7301ab0 100644 --- a/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ b/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -7,7 +7,7 @@ <property name="last-separator-position" type="int" value="170"/> <property name="misc-volume-management" type="bool" value="true"/> <property name="last-show-hidden" type="bool" value="false"/> - <property name="last-window-width" type="int" value="1440"/> - <property name="last-window-height" type="int" value="870"/> + <property name="last-window-width" type="int" value="1410"/> + <property name="last-window-height" type="int" value="840"/> <property name="last-window-maximized" type="bool" value="false"/> </channel> diff --git a/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index d1d2e91..d3799bd 100644 --- a/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -22,9 +22,9 @@ <property name="autohide-behavior" type="uint" value="0"/> <property name="background-style" type="uint" value="0"/> <property name="background-color" type="array"> - <value type="uint" value="9252"/> - <value type="uint" value="9252"/> - <value type="uint" value="9252"/> + <value type="uint" value="13364"/> + <value type="uint" value="13364"/> + <value type="uint" value="13364"/> <value type="uint" value="65535"/> </property> <property name="background-alpha" type="uint" value="100"/> 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 fdc48d5..e69de29 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 @@ -1,22 +0,0 @@ -<?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> |