diff options
author | David Runge <david.runge@frqrec.com> | 2014-02-25 23:56:13 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-02-25 23:56:13 +0100 |
commit | 68dc18fe54b88ca146419a083f2c765c8668d35a (patch) | |
tree | bb6533f905165debac2e61b1602c0983744ef979 | |
parent | 742ce01ecdf7a3d1bc30cc1aee0cad345f119fce (diff) | |
download | dotfiles-68dc18fe54b88ca146419a083f2c765c8668d35a.tar.gz dotfiles-68dc18fe54b88ca146419a083f2c765c8668d35a.tar.bz2 dotfiles-68dc18fe54b88ca146419a083f2c765c8668d35a.tar.xz dotfiles-68dc18fe54b88ca146419a083f2c765c8668d35a.zip |
Updating script to be called from lightdm post login script
-rwxr-xr-x | bin/autostart | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/bin/autostart b/bin/autostart index b74cc0d..f1f4f6e 100755 --- a/bin/autostart +++ b/bin/autostart @@ -1,12 +1,18 @@ #!/bin/bash -# make realtime specific check +# Auto starting various programs post lightdm + +export DISPLAY=:0.0 +export XAUTHORITY=/home/dave/.Xauthority + KERNEL_NAME=$(uname -r) if [[ "$KERNEL_NAME" != *rt* ]]; then dropbox start & owncloud & - compton --config ~/.config/compton.conf -b + nm-applet & + firewall-applet & + urxvt & else pulseaudio --kill & -# start_jack & - run_once qjackctl & + qjackctl & fi +#autorandr -c |