feat: add floating window rules
This commit is contained in:
parent
99448fba9c
commit
8e677b0973
|
@ -18,4 +18,9 @@
|
||||||
blhelisuite32
|
blhelisuite32
|
||||||
expresslrs-configurator
|
expresslrs-configurator
|
||||||
];
|
];
|
||||||
|
|
||||||
|
wayland.windowManager.sway.config.window.commands = mkIf config.passthrough.gui [
|
||||||
|
{ criteria.class = "BLHeliSuite32xl"; command = "floating enable"; }
|
||||||
|
{ criteria.app_id = "thunar"; command = "floating enable"; }
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue