hyprland: hyprlock tweaks/syncthing tray window rules
This commit is contained in:
parent
c1a264e98e
commit
e2bb0b4a00
2 changed files with 7 additions and 1 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue