hyprland: hyprlock tweaks/syncthing tray window rules

This commit is contained in:
ooks-io 2025-01-29 19:04:01 +11:00
parent c1a264e98e
commit e2bb0b4a00
2 changed files with 7 additions and 1 deletions

View file

@ -5,6 +5,10 @@
in {
wayland.windowManager.hyprland.windowRules = [
# TODO tag games for immediate
{
matches = {initialTitle = "Syncthing Tray";};
rules = ["float" "center 1" "size 50%"];
}
{
matches = {class = "factorio";};
rules = ["tag +games"];