Remove fractal again

This commit is contained in:
Jimbo 2025-01-13 15:53:07 -05:00
parent 57293112ad
commit 1f79b2534c
2 changed files with 1 additions and 5 deletions

View file

@ -19,7 +19,6 @@
open-on-workspace "${config.ws.w7}" open-on-workspace "${config.ws.w7}"
} }
window-rule { window-rule {
match app-id="org.gnome.Fractal"
match app-id="org.telegram.desktop" match app-id="org.telegram.desktop"
open-on-workspace "${config.ws.w8}" open-on-workspace "${config.ws.w8}"
} }

View file

@ -58,10 +58,7 @@
{ app_id = "MiscBrowser"; } { app_id = "MiscBrowser"; }
{ app_id = "vesktop"; } { app_id = "vesktop"; }
]; ];
"8:${config.ws.w8}" = [ "8:${config.ws.w8}" = [{ app_id = "org.telegram.desktop"; }];
{ app_id = "org.gnome.Fractal"; }
{ app_id = "org.telegram.desktop"; }
];
"9:${config.ws.w9}" = [{ app_id = "thunderbird"; }]; "9:${config.ws.w9}" = [{ app_id = "thunderbird"; }];
# Etc # Etc