feat(steam): add floating window rules
This commit is contained in:
parent
8e677b0973
commit
e8aabc62ad
|
@ -10,4 +10,8 @@ in mkIf enable {
|
|||
cfg.package
|
||||
cfg.package.run
|
||||
];
|
||||
|
||||
wayland.windowManager.sway.config.window.commands = [
|
||||
{ criteria.class = "steam"; command = "floating enable"; }
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue