1
1
Fork 0

hyprland: add window rules for remmina

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-10-04 13:25:48 -05:00
parent 6886994ba8
commit c72b8b3a07
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -253,6 +253,10 @@ in {
class = "^lutris$"; class = "^lutris$";
title = "^Lutris$"; # Main window title = "^Lutris$"; # Main window
} ["center" "size 1000 500"]) } ["center" "size 1000 500"])
(fields {
class = "^org\\.remmina\\.Remmina$";
title = "^Remmina Remote Desktop Client$"; # Main window
} ["center" "size 1000 500" "workspace +1"])
(fields { (fields {
class = "^steam$"; class = "^steam$";
title = "^notificationtoasts$"; # Steam notifications title = "^notificationtoasts$"; # Steam notifications