From 9283269694f7dfee9e20879f439746a67c4f827e Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 27 Dec 2025 09:12:02 -0600 Subject: [PATCH] fullscreen window rules --- modules/user/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/user/hyprland/default.nix b/modules/user/hyprland/default.nix index 9335005..e683dc1 100644 --- a/modules/user/hyprland/default.nix +++ b/modules/user/hyprland/default.nix @@ -389,6 +389,8 @@ in "float,title:^(Unlock Database - KeePassXC)$" "size 80% 85%,title:^(Unlock Database - KeePassXC)$" "center,title:^(Unlock Database - KeepassXC)$" + "fullscreen,title:^(Steam Big Picture Mode)$" + "fullscreen,class:^(xfreerdp)$" ] ++ lib.optionals (!performance) [ "opacity 0.80,class:^(dev.zed.Zed)$"