diff options
| author | 135e2 <135e2@135e2.tk> | 2022-01-18 22:17:24 +0800 | 
|---|---|---|
| committer | 135e2 <135e2@135e2.tk> | 2022-01-18 22:17:24 +0800 | 
| commit | 5ae9566bb7c78e7b2498bfadd1b38ca4a678504c (patch) | |
| tree | b59c2c40e434e42e74a37ee7021ee8d0083e6fb5 /config | |
| parent | 94ab643efbc9e33970a70f2d9889b4660ce5d169 (diff) | |
| download | dotfiles-5ae9566bb7c78e7b2498bfadd1b38ca4a678504c.tar.gz dotfiles-5ae9566bb7c78e7b2498bfadd1b38ca4a678504c.tar.bz2 dotfiles-5ae9566bb7c78e7b2498bfadd1b38ca4a678504c.zip  | |
config/i3: autostart pulseaudio
Otherwise, speaker-test cannot even find a sound card ...
Solves crouton#2925
Diffstat (limited to 'config')
| -rw-r--r-- | config/i3/config | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/config/i3/config b/config/i3/config index 30fc332..322eeeb 100644 --- a/config/i3/config +++ b/config/i3/config @@ -45,6 +45,7 @@ exec --no-startup-id bash ~/.config/polybar/launch.sh --forest  exec --no-startup-id volumeicon  exec --no-startup-id xfce4-clipman  exec --no-startup-id bash ~/.config/i3/startfcitx5 +exec --no-startup-id pulseaudio -D  # Use pactl to adjust volume in PulseAudio.  set $refresh_i3status killall -SIGUSR1 i3status  | 
