Fix firefox assignment in i3

Also re add documentation for debugging.
This commit is contained in:
Daniel Siepmann 2022-05-20 14:01:36 +02:00
parent 9b55ddb965
commit 7316408494
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -146,12 +146,13 @@ in {
];
};
# For debugging, include class (https://i3wm.org/docs/userguide.html#command_criteria)
# also use bash tool "xprop" or "xwininfo"
assigns = {
"2:💶" = [
{ class = "^time-tracking$"; }
{ class = "^mailhog$"; }
# TODO: Check why this does not work anymore
# { class = "^Firefox$"; }
{ window_role = "^browser$"; }
];
"3:💬" = [
{ class = "^chat$"; }