Migrate floating modifiers

`class` is an X11 attribute, sway uses `app_id`.
This commit is contained in:
JuliusFreudenberger 2026-06-27 11:17:06 +02:00
parent 0458bdcced
commit 3e3dff15f7

View file

@ -138,12 +138,13 @@ in {
}; };
floating.criteria = [ floating.criteria = [
{ title = "MuseScore: Play Panel"; } { title = "MuseScore: Play Panel"; }
{ class = "pavucontrol"; } { app_id = "org.pulseaudio.pavucontrol"; }
{ class = "System-config-printer.py";} { app_id = "system-config-printer";}
{ class = "Mate-calc"; } { app_id = "mate-calc"; }
{ class = "Blueman-manager"; } { app_id = ".blueman-manager-wrapped"; }
{ class = "Nm-connection-editor"; } { app_id = "nm-connection-editor"; }
{ class = "Zotero"; window_role = "Toplevel"; } { app_id = "Zotero"; window_role = "Toplevel"; }
{ app_id = "com.nextcloud.desktopclient.nextcloud"; }
]; ];
colors = { colors = {
background = "#2B2C2B"; background = "#2B2C2B";