1
0
Fork 0

autostart is no longer needed

This commit is contained in:
Von Random 2015-02-05 21:05:23 +03:00
parent 28ea9a5565
commit 5184196579

View file

@ -1,11 +0,0 @@
#!/usr/bin/env bash
xkbcomp $DISPLAY - | egrep -v "group . = AltGr;" | xkbcomp - $DISPLAY
if [[ -z $(pgrep nm-applet) ]]; then
nm-applet 2>&1 >/dev/null &
fi
if [[ -z $(pgrep roccateventhandler) ]]; then
roccateventhandler 2>&1 >/dev/null &
fi
#if [[ -z $(pgrep jackd) ]]; then
# /usr/bin/jackd -R -dalsa -dhw:CODEC -r44100 -p256 -n3 &
#fi