diff options
-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 |