From 68dc18fe54b88ca146419a083f2c765c8668d35a Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 25 Feb 2014 23:56:13 +0100 Subject: Updating script to be called from lightdm post login script --- bin/autostart | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf