<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>i3 FAQ - Individual question feed</title><link>https://faq.i3wm.org/questions/</link><description>Frequently asked questions and answers about the i3 window manager</description><atom:link href="http://faq.i3wm.org/feeds/question/6607/" rel="self"></atom:link><language>en</language><copyright>Copyright i3, 2012</copyright><lastBuildDate>Sun, 20 Sep 2015 16:39:05 +0000</lastBuildDate><item><title>When will sound be included in i3?</title><link>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/</link><description> Hi, I've found i3wm to be quite enjoyable. However, the lack of any sound support whatsoever is a rather large inconvenience. 
Is there any plan on to include sound support in the near future? I would like a wm that includes keyboard support with some audio features.</description><pubDate>Fri, 18 Sep 2015 01:55:47 +0000</pubDate><guid>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/</guid></item><item><title>Comment by saterhater for &lt;p&gt;Hi, I've found i3wm to be quite enjoyable. However, the lack of any sound support whatsoever is a rather large inconvenience. 
Is there any plan on to include sound support in the near future? I would like a wm that includes keyboard support with some audio features.&lt;/p&gt;
</title><link>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/?comment=6632#comment-6632</link><description>What ales me is that the bind-keys (and anything to do with pactl) is failing in the config. scripts I use for toggling mute work, just not in ~/.i3/config. 
Any thoughts? new question?</description><pubDate>Sat, 19 Sep 2015 17:08:57 +0000</pubDate><guid>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/?comment=6632#comment-6632</guid></item><item><title>Comment by Michael Rose for &lt;p&gt;Hi, I've found i3wm to be quite enjoyable. However, the lack of any sound support whatsoever is a rather large inconvenience. 
Is there any plan on to include sound support in the near future? I would like a wm that includes keyboard support with some audio features.&lt;/p&gt;
</title><link>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/?comment=6609#comment-6609</link><description>A window manager does not in any way shape or form have anything to do with sound.

Please see pulseaudio, pavucontrol, ponymix, multiple volume control applets to run in your tray</description><pubDate>Fri, 18 Sep 2015 02:38:43 +0000</pubDate><guid>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/?comment=6609#comment-6609</guid></item><item><title>Comment by Adaephon for &lt;p&gt;Hi, I've found i3wm to be quite enjoyable. However, the lack of any sound support whatsoever is a rather large inconvenience. 
Is there any plan on to include sound support in the near future? I would like a wm that includes keyboard support with some audio features.&lt;/p&gt;
</title><link>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/?comment=6628#comment-6628</link><description>The questions https://faq.i3wm.org/question/125/how-to-change-the-systems-volume/ and https://faq.i3wm.org/question/3747/enabling-multimedia-keys/ - among others - already cover this particular issue. Searching the FAQ for "sound" or "volume" will provide you a list.</description><pubDate>Sat, 19 Sep 2015 06:46:58 +0000</pubDate><guid>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/?comment=6628#comment-6628</guid></item><item><title>Comment by Michael Rose for &lt;p&gt;Hi, I've found i3wm to be quite enjoyable. However, the lack of any sound support whatsoever is a rather large inconvenience. 
Is there any plan on to include sound support in the near future? I would like a wm that includes keyboard support with some audio features.&lt;/p&gt;
</title><link>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/?comment=6611#comment-6611</link><description>I3 supports running any standard tray applets you could run in any other other wm/de.
Personally I find its most useful to bind multimedia keys or an audio mode to shell functions.
ponymix a simple cli to control pulse
playerctl a simple cli to control various media players</description><pubDate>Fri, 18 Sep 2015 04:18:08 +0000</pubDate><guid>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/?comment=6611#comment-6611</guid></item><item><title>Comment by saterhater for &lt;p&gt;Hi, I've found i3wm to be quite enjoyable. However, the lack of any sound support whatsoever is a rather large inconvenience. 
Is there any plan on to include sound support in the near future? I would like a wm that includes keyboard support with some audio features.&lt;/p&gt;
</title><link>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/?comment=6610#comment-6610</link><description>I guess what I was looking for was a way of actually getting one of those applets to actually work. Has that ever been done before? I see lots of documentation on how to get it to not work. I'm wondering if there's an actual build that has audio working in some way, shape or form.</description><pubDate>Fri, 18 Sep 2015 02:43:05 +0000</pubDate><guid>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/?comment=6610#comment-6610</guid></item><item><title>Answer by dd0 for &lt;p&gt;Hi, I've found i3wm to be quite enjoyable. However, the lack of any sound support whatsoever is a rather large inconvenience. 
Is there any plan on to include sound support in the near future? I would like a wm that includes keyboard support with some audio features.&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/?answer=6646#post-id-6646</link><description>Do you mean **changing volumes**?

- You can use tray applets like volumeicon, volwheel. I was using that but it wasn't like I wanted.
- You can use i3blocks statusbar. There is a volume block included in config file like this:
&lt;pre&gt;
[volume]
label=vol
#label=♪
instance=Master
command=/usr/lib/i3blocks/volume
interval=once
signal=1
&lt;/pre&gt;
This will display the volume in the statusbar. Hovering over with mouse and scrolling will change the volume. Right click toggles muting.

To change volumes with keyboard you see [here](https://faq.i3wm.org/question/125/how-to-change-the-systems-volume/) and [here](https://faq.i3wm.org/question/3747/enabling-multimedia-keys/) but also add `pkill -RTMIN+1 i3blocks` to your commands so statusbar block will be refreshed. Like this:
&lt;pre&gt;
bindsym XF86AudioMute exec "amixer set Master toggle ; pkill -RTMIN+1 i3blocks"
bindsym XF86AudioLowerVolume exec "amixer -M set Master 5%- ; pkill -RTMIN+1 i3blocks"
bindsym XF86AudioRaiseVolume exec "amixer -M set Master 5%+ ; pkill -RTMIN+1 i3blocks"
&lt;/pre&gt;
----------
If you mean things like **notification sounds** I'm sure it can be done by running commandline audio players as needed. In that case main question would be how to run commands when specific events happen.</description><pubDate>Sun, 20 Sep 2015 16:39:05 +0000</pubDate><guid>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/?answer=6646#post-id-6646</guid></item><item><title>Answer by Michael Rose for &lt;p&gt;Hi, I've found i3wm to be quite enjoyable. However, the lack of any sound support whatsoever is a rather large inconvenience. 
Is there any plan on to include sound support in the near future? I would like a wm that includes keyboard support with some audio features.&lt;/p&gt;
 </title><link>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/?answer=6608#post-id-6608</link><description>A window manager does not in any way shape or form have anything to do with sound.

Please see pulseaudio, pavucontrol, ponymix, multiple volume control applets to run in your tray</description><pubDate>Fri, 18 Sep 2015 02:37:43 +0000</pubDate><guid>https://faq.i3wm.org/question/6607/when-will-sound-be-included-in-i3/?answer=6608#post-id-6608</guid></item></channel></rss>