diff --git a/.config/konsolerc b/.config/konsolerc index 07f2f1cc..e7356750 100644 --- a/.config/konsolerc +++ b/.config/konsolerc @@ -24,7 +24,7 @@ ShowWindowTitleOnTitleBar=true [MainWindow] MenuBar=Disabled -State=AAAA/wAAAAD9AAAAAAAAAnwAAAP8AAAABAAAAAQAAAAIAAAACPwAAAAA +State=AAAA/wAAAAD9AAAAAAAAB4AAAAQCAAAABAAAAAQAAAAIAAAACPwAAAAA ToolBarsMovable=Disabled [Notification Messages] diff --git a/.profile b/.profile index c46d490f..5142ceaa 100755 --- a/.profile +++ b/.profile @@ -89,6 +89,11 @@ if `which emerge > /dev/null 2>&1` ; then fi fi +# If we have instantmusic, add aliases for that +if which instantmusic > /dev/null 2>&1; then + alias song='instantmusic -s' +fi + # Alias for the dotfile setup if [ -d "$HOME/.dotfiles" ]; then dotcmd='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'