Migrate floating modifiers
`class` is an X11 attribute, sway uses `app_id`.
This commit is contained in:
parent
0458bdcced
commit
3e3dff15f7
1 changed files with 7 additions and 6 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue