summaryrefslogtreecommitdiff
path: root/xinitrc
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-11-13 17:17:27 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-11-13 17:17:37 +0100
commitea42a841141c79ea0ce73b8900f0c78a8136720a (patch)
tree0ed8d6076bd82828a953d11834ee5e8960d58cba /xinitrc
parent1063d96b4b25a8323457b3cf2bc9da53980c5f9d (diff)
downloaddotfiles-ea42a841141c79ea0ce73b8900f0c78a8136720a.tar.xz
xinitrc: remove gamma, fixed xorg.conf
Diffstat (limited to 'xinitrc')
-rwxr-xr-xxinitrc22
1 files changed, 6 insertions, 16 deletions
diff --git a/xinitrc b/xinitrc
index 829a979..d672077 100755
--- a/xinitrc
+++ b/xinitrc
@@ -82,26 +82,18 @@ fi
# {{{ Display settings
#
-# Gamma values
-# - X.org 7.5 ignores my xorg.conf settings
-/usr/bin/xgamma -rgamma 0.75 -ggamma 0.65 -bgamma 0.60
-
# Brightness level
-# - brightness keeps resetting to it's max value after dpms or suspend
-# * fixed in xorg-server 1.6.1
# - xbacklight can't be used with legacy control, so set level first
#/usr/bin/xbacklight -set 10
-
+
# Legacy control solves resetting brightness levels
-# * fixed in xorg-server 1.6.1
-# - further changing trough ACPI/acer-wmi (which includes Fn+BrUp/Dn)
-#/usr/bin/xrandr --output LVDS --set BACKLIGHT_CONTROL legacy
+#/usr/bin/xrandr --output LVDS1 --set BACKLIGHT_CONTROL legacy
# Ignore reported display size and force DPI
#/usr/bin/xrandr --dpi 96
# Force LVDS as the primary screen
-#/usr/bin/xrandr --output LVDS --primary
+#/usr/bin/xrandr --output LVDS1 --primary
# }}}
@@ -119,15 +111,13 @@ eval "$(/usr/bin/killall gpg-agent; /usr/bin/gpg-agent --enable-ssh-support --da
# Preload KDE daemons
#/usr/bin/kdeinit4 &
-
+
# Systray if needed
-# - awesome 3 has it's own systray
-# - stalone can't be smaller then 24 pixels, doesn't fit at the end of my 14px statusbar
-# - trayer can be resized to 14px and so fit in nicely, but some KDE apps refuse to dock if it's smaller than 16px
+# - awesome 3 has its own systray
#/usr/bin/stalonetray -bg '#1a1a1a' -geometry 124x24+1156+776 --sticky --window-layer top &
#/usr/bin/trayer --edge top --align right --widthtype pixel --heighttype pixel --height 16 \
# --width 70 --expand false --transparent true --alpha 0 --tint 0x3f3f3f &
-
+
# Start the GNU Emacs daemon
/usr/bin/emacs --daemon &