The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

Sound doesn't work

asked 2015-07-09 14:46:56 +0000

yotamN gravatar image

I installed i3 yesterday and up until now I was able to heard a sound but now I can't, the headphones are still working, I checked them at another computer with Windows.

My config file:

####################
# My Configuration #
####################
exec synapse
exec /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
exec setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll us,il
exec feh --bg-scale ~/Pictures/background.jpg
exec --no-startup-id nm-applet

bindsym $mod+F1 exec firefox

client.focused          #1C2023 #1C2023 #00BAA7 #00DA8E
client.focused_inactive #1C2023 #1C2023 #ffffff #484e50
client.unfocused        #1C2023 #1C2023 #888888 #292d2e
client.urgent           #C10004 #900000 #ffffff #900000

font pango: Ubuntu Mono 10
edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-07-09 15:42:09 +0000

oberon gravatar image

updated 2015-07-09 15:45:42 +0000

You have not specified what you are using for sound. Alsa? Pulseaudio? In case you want to use pulse you will need to autostart it:

exec --no-startup-id pulseaudio

Maybe you will also want to think about using a tray mixer like Volumeicon or pa-applet ... In any case you should be able to check your audio-settings with alsa-mixer or pavucontrol respectively - maybe the sound is muted at the moment?

edit flag offensive delete link more

Question Tools

Stats

Asked: 2015-07-09 14:46:56 +0000

Seen: 145 times

Last updated: Jul 09