From 6455db31449de0f2c26cb13f5378007c059c04cb Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Thu, 17 May 2012 17:42:45 +0400 Subject: [PATCH] Default settings changed. --- preferences/DefaultMixer | 1 - preferences/LastChoosenColorset | 2 +- preferences/LastChoosenWindowDecoration | 2 +- startup.sh | 3 +++ 4 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 preferences/DefaultMixer create mode 100755 startup.sh diff --git a/preferences/DefaultMixer b/preferences/DefaultMixer deleted file mode 100644 index be862ce..0000000 --- a/preferences/DefaultMixer +++ /dev/null @@ -1 +0,0 @@ -Include components/functions/Mixer-mpd \ No newline at end of file diff --git a/preferences/LastChoosenColorset b/preferences/LastChoosenColorset index e65394a..aeda192 100644 --- a/preferences/LastChoosenColorset +++ b/preferences/LastChoosenColorset @@ -1 +1 @@ -Colorsets-Set '/usr/share/fvwm-crystal/fvwm/colorsets/WhiteDesktop.cs' \ No newline at end of file +Colorsets-Set '/usr/share/fvwm-crystal/fvwm/colorsets/WhiteDesktop.cs' diff --git a/preferences/LastChoosenWindowDecoration b/preferences/LastChoosenWindowDecoration index 840b091..a8d7aa0 100644 --- a/preferences/LastChoosenWindowDecoration +++ b/preferences/LastChoosenWindowDecoration @@ -1 +1 @@ -Window-Decorations-Set '/usr/share/fvwm-crystal/fvwm/decorations/Mist/Default' \ No newline at end of file +Window-Decorations-Set '/usr/share/fvwm-crystal/fvwm/decorations/Mist/Default' diff --git a/startup.sh b/startup.sh new file mode 100755 index 0000000..74d055e --- /dev/null +++ b/startup.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +pgrep -u $LOGNAME conky &>/dev/null || (nohup nice -n 19 ionice -c2 -n7 conky &>/dev/null)&