autostart is no longer needed
This commit is contained in:
parent
28ea9a5565
commit
5184196579
1 changed files with 0 additions and 11 deletions
11
autostart
11
autostart
|
@ -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
|
|
Loading…
Reference in a new issue