Fix error in WebCord app_id

This commit is contained in:
Yorick Barbanneau 2023-10-26 13:50:35 +02:00
parent becc0ad0c4
commit 75f4f32880

View file

@ -168,7 +168,7 @@
}; };
assigns = { assigns = {
"$ws3" = [{app_id = "firefox";} {app_id = "org.qutebrowser.qutebrowser";}]; "$ws3" = [{app_id = "firefox";} {app_id = "org.qutebrowser.qutebrowser";}];
"$ws4" = [{app_id = "Webcord";}]; "$ws4" = [{app_id = "WebCord";}];
"$ws7" = [{app_id = "org.inkscape.Inkscape";} {app_id = "org.kde.kdenlive";}]; "$ws7" = [{app_id = "org.inkscape.Inkscape";} {app_id = "org.kde.kdenlive";}];
}; };
}; };