fix element window on specific workspace

This commit is contained in:
Kabbone 2025-11-15 19:53:10 +01:00
parent c83ec90489
commit 4e4b696177
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -108,7 +108,7 @@
assigns = { assigns = {
"workspace number 1" = [{ app_id = "thunderbird"; }]; "workspace number 1" = [{ app_id = "thunderbird"; }];
"workspace number 2" = [{ app_id = "firefox"; }]; "workspace number 2" = [{ app_id = "firefox"; }];
"workspace number 3" = [{ class = "Element"; }]; "workspace number 3" = [{ app_id = "Element"; }];
}; };
window.commands = [ window.commands = [