From 51841965794afa9691943bd2aac6e961ca1c6756 Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 5 Feb 2015 21:05:23 +0300 Subject: [PATCH] autostart is no longer needed --- autostart | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 autostart diff --git a/autostart b/autostart deleted file mode 100755 index 55ecfcb..0000000 --- a/autostart +++ /dev/null @@ -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