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$";
|
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
|
||||||
|
|
Loading…
Reference in a new issue