1
0
mirror of https://github.com/AquaMorph/dotfiles.git synced 2025-05-26 03:16:59 +00:00

Firefox added to sound startup

This commit is contained in:
Christian Colglazier 2019-09-01 08:40:06 -04:00
parent 6d6049ad69
commit df42eb1140

@ -20,5 +20,6 @@ done
alsa_in -d hw:1 &
alsa_out -d hw:1 &
# Start up music player
# Start up programs that use audio
sleep .1 && i3-msg 'workspace 10; exec google-play-music-desktop-player'
sleep .1 && i3-msg 'workspace 3; exec firefox'