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)&