From a880aeb7e416359d41b61950e609b2ba49c056ea Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Fri, 20 May 2022 14:25:52 +0200 Subject: [PATCH] Document why assigning cmus doesn't work in i3 right now --- home/windowManager/i3.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/windowManager/i3.nix b/home/windowManager/i3.nix index 4690096..06b6cfa 100644 --- a/home/windowManager/i3.nix +++ b/home/windowManager/i3.nix @@ -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$"; } ]; };