Document why assigning cmus doesn't work in i3 right now

This commit is contained in:
Daniel Siepmann 2022-05-20 14:25:52 +02:00
parent 83b8b50df7
commit a880aeb7e4
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -162,8 +162,10 @@ in {
{ class = "^Thunderbird$"; }
];
"5:🎵" = [
{ class = "^vlc$"; }
# TODO: Assign cmus, but it is opened within terminal
# i3-dmenu-desktop does not allow to pass the wm class for the terminal, should I wrap the .desktop call or cmus binary?
{ class = "^Pavucontrol$"; }
{ class = "^vlc$"; }
{ class = "^Audacity$"; }
];
};