add: launcher for jack audio

add: alias to change display frequency
add: shortcut for workspace "game"
This commit is contained in:
Tobias Reisinger 2020-04-01 00:15:46 +02:00
parent a262f249ae
commit b5d5c834f3
4 changed files with 23 additions and 1 deletions

View file

@ -12,9 +12,11 @@ then
gpgconf --launch gpg-agent
fi
$HOME/.local/bin/start_jack &
if [ -x "$(command -v mopidy)" ]
then
sh -c "sleep 8 && mopidy > /tmp/mopidy.log" & # mopidy needs internet (wait 8 secs) for spotify
sh -c "sleep 12 && mopidy" & # mopidy needs internet (wait some secs) for spotify
else
[ -x "$(command -v mpd)" ] && mpd &
fi