diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-08-13 00:37:04 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-08-13 00:37:04 +0200 |
commit | a33968be140dba9c01125763328a716aab1ea9f3 (patch) | |
tree | b9b3908e087a2858dc4fc37faf0e3cc54a4621bf /.xinitrc | |
parent | 5c185c41871a1d1b7e5851adb7c5a72acb5abd08 (diff) | |
download | dotfiles-a33968be140dba9c01125763328a716aab1ea9f3.tar.gz dotfiles-a33968be140dba9c01125763328a716aab1ea9f3.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -3,6 +3,7 @@ cd $HOME export VDPAU_NVIDIA_NO_OVERLAY=1 export SDL_AUDIODRIVER=pulseaudio +export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh xrandr --output DVI-D-0 --left-of DVI-I-1 @@ -20,9 +21,9 @@ setxkbmap de nodeadkeys xkbcomp ~/.xkbmap $DISPLAY & xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker.sh -time 10 & pulseaudio --start & -remote-notify-client.sh & +remote-notify-client.sh </dev/null & +# might need --glx-copy-from-front to reduce lag in urxvt compton -bfzCG --backend glx --vsync opengl-swc --paint-on-overlay -D2 #--glx-no-rebind-pixmap --glx-no-stencil --unredir-if-possible -#xflux -l 48.190 -g 15.62 -k 4200 redshift -l 48.190:15.62 -t 5700:4000 -m randr & autostart () { @@ -43,14 +44,14 @@ autostart () { # WM case "$1" in console) - openbox & - sleep 1 - urxvt & + openbox & + sleep 1 + urxvt & ;; *|openbox) - openbox & - sleep 1 - autostart & + openbox & + sleep 1 + autostart & ;; esac |