feat: add floating window rules

This commit is contained in:
514fpv 2024-01-16 14:16:35 +08:00
parent 99448fba9c
commit 8e677b0973
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

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"; }
];
}