diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-07-10 17:53:18 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-07-10 17:53:18 +0200 |
commit | 2c610619f4a25af94a89cd36e886788ddc8b7136 (patch) | |
tree | 0acd39d30d65e3440605b027fbbe0cc0d87fa323 /.xinitrc | |
parent | ecc1005aa4b920424e4dbb5f743ecc4dcad942ae (diff) | |
download | dotfiles-2c610619f4a25af94a89cd36e886788ddc8b7136.tar.gz dotfiles-2c610619f4a25af94a89cd36e886788ddc8b7136.tar.xz |
tmux + misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ cd $HOME export VDPAU_NVIDIA_NO_OVERLAY=1 -export SDL_AUDIODRIVER="pulse" +export SDL_AUDIODRIVER=pulseaudio xrandr --output DVI-D-0 --left-of DVI-I-1 @@ -21,9 +21,9 @@ xkbcomp ~/.xkbmap $DISPLAY & xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker.sh -time 10 & pulseaudio --start & remote-notify-client.sh & -compton -bfzCG --backend glx --vsync opengl-swc --paint-on-overlay -D2 +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:4200 -m randr & +redshift -l 48.190:15.62 -t 5700:4000 -m randr & autostart () { #urxvt -g 125x+45+1041+0 -e ssh mistral & |