Default settings changed.

This commit is contained in:
Kolan Sh 2012-05-17 17:42:45 +04:00
parent b7eb8568ef
commit 6455db3144
4 changed files with 5 additions and 3 deletions

View File

@ -1 +0,0 @@
Include components/functions/Mixer-mpd

3
startup.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
pgrep -u $LOGNAME conky &>/dev/null || (nohup nice -n 19 ionice -c2 -n7 conky &>/dev/null)&