hyprland: add window rules for remmina
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
6886994ba8
commit
c72b8b3a07
1 changed files with 4 additions and 0 deletions
|
@ -253,6 +253,10 @@ in {
|
|||
class = "^lutris$";
|
||||
title = "^Lutris$"; # Main window
|
||||
} ["center" "size 1000 500"])
|
||||
(fields {
|
||||
class = "^org\\.remmina\\.Remmina$";
|
||||
title = "^Remmina Remote Desktop Client$"; # Main window
|
||||
} ["center" "size 1000 500" "workspace +1"])
|
||||
(fields {
|
||||
class = "^steam$";
|
||||
title = "^notificationtoasts$"; # Steam notifications
|
||||
|
|
Loading…
Reference in a new issue