home(util): add floating window rules

This commit is contained in:
514fpv 2024-01-16 14:16:35 +08:00
parent a494b07661
commit 1e41e6fd8d
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ

View file

@ -18,4 +18,9 @@
blhelisuite32
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"; }
];
}