From 586fd87b6d0896c5e69c56d5db429b6057183519 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 13 May 2018 15:54:48 +0200 Subject: [PATCH] Fish: autostart pulseaudio when starting X --- shells/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/fish/config.fish b/shells/fish/config.fish index 97b2340..8ed7c6c 100644 --- a/shells/fish/config.fish +++ b/shells/fish/config.fish @@ -123,6 +123,7 @@ if status --is-login # Unlock GPG keyring befor starting X. # This makes some things easier. echo "gpg unlock" | gpg -se -r me@mmk2410.org > /dev/null + pulseaudio -D exec startx -- -keeptty end end