diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-12 00:08:18 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-12 00:08:18 +0200 |
commit | 67e15aa73723811f193eef62c6f79f65c919faec (patch) | |
tree | 943922da830ccd719c99030bc8b3e2950e07dc05 /accounts/gkleen@sif/hyprland.nix | |
parent | 2e593841f4cebd86491f35733cc3da32e6fee9f5 (diff) | |
download | nixos-67e15aa73723811f193eef62c6f79f65c919faec.tar nixos-67e15aa73723811f193eef62c6f79f65c919faec.tar.gz nixos-67e15aa73723811f193eef62c6f79f65c919faec.tar.bz2 nixos-67e15aa73723811f193eef62c6f79f65c919faec.tar.xz nixos-67e15aa73723811f193eef62c6f79f65c919faec.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/hyprland.nix')
-rw-r--r-- | accounts/gkleen@sif/hyprland.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index 076a04a1..4e4eb091 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix | |||
@@ -217,11 +217,10 @@ | |||
217 | ]; | 217 | ]; |
218 | 218 | ||
219 | windowrulev2 = [ | 219 | windowrulev2 = [ |
220 | "suppressevent maximize, class:.*" | 220 | "suppressevent maximize fullscreen, class:.*" |
221 | "suppressevent fullscreen, class:.*" | ||
222 | 221 | ||
223 | # "maximize, class:^(Element|thunderbird)$" | 222 | # "maximize, class:^(Element|thunderbird)$" |
224 | "workspace special:keepass, class:^org\.keepassxc\.KeePassXC$" | 223 | "workspace special:keepass, class:^org\.keepassxc\.KeePassXC$, title:^(?!KeePassXC - Access Request)$" |
225 | # "group set always lock invade, class:^Element$" | 224 | # "group set always lock invade, class:^Element$" |
226 | "workspace 4, class:^evince$" | 225 | "workspace 4, class:^evince$" |
227 | "workspace 10, class:^mpv$" | 226 | "workspace 10, class:^mpv$" |