diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-01-29 10:38:06 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-01-29 10:38:06 +0100 |
commit | cb12dc7400d52d8c75c600c0bd943984f603ea78 (patch) | |
tree | c1eae752c0cbe75d022b30d0fcecc7a690e7c5b2 /.xinitrc | |
parent | 72efcdab938b0aa53316f784964d9e971a06b08b (diff) | |
download | dotfiles-cb12dc7400d52d8c75c600c0bd943984f603ea78.tar.gz dotfiles-cb12dc7400d52d8c75c600c0bd943984f603ea78.tar.xz |
misc cleanup
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -10,7 +10,7 @@ xrandr --output DVI-D-0 --left-of DVI-I-1 dash $HOME/.bg & numlockx -xset r rate 250 50 & # also in ~/bin/suspend-resume.sh +xset r rate 250 50 & source $HOME/bin/gpg-agent.sh # autostart entries @@ -21,7 +21,8 @@ xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker. pulseaudio --start & remote-notify-client.sh & compton -bfzCG --backend glx --vsync opengl-swc --paint-on-overlay -D2 -xflux -l 48.190 -g 15.62 -k 4200 +#xflux -l 48.190 -g 15.62 -k 4200 +redshift -l 48.190:15.62 -t 5700:3400 -m randr & autostart () { #urxvt -g 125x+45+1041+0 -e ssh mistral & @@ -31,7 +32,7 @@ autostart () { conky -c "$f" & done rm -f $HOME/passwords.kdb.lock - keepassx& + keepassx & transmission-remote-gtk & thunderbird & clipit & |