fix: add wayland discord app_id
This commit is contained in:
parent
f6028fcbb9
commit
e435a4fe82
1 changed files with 4 additions and 1 deletions
|
@ -141,7 +141,10 @@
|
||||||
assigns = {
|
assigns = {
|
||||||
"2" = [ { app_id = "firefox"; } ];
|
"2" = [ { app_id = "firefox"; } ];
|
||||||
"3" = [ ];
|
"3" = [ ];
|
||||||
"4" = [ { class = "discord"; } ];
|
"4" = [
|
||||||
|
{ class = "discord"; }
|
||||||
|
{ app_id = "com.discordapp.Discord"; }
|
||||||
|
];
|
||||||
"5" = [ { app_id = "lollypop"; } ];
|
"5" = [ { app_id = "lollypop"; } ];
|
||||||
};
|
};
|
||||||
seat = {
|
seat = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue