From 53a275cebc2d7e913edffe7e29d2ad01e5f13c01 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 1 Dec 2025 14:33:32 +0100 Subject: [PATCH] feat: make `swiv` start in fullscreen mode too --- modules/home/hyprland/config.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 8f35b29..11607e7 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -320,6 +320,9 @@ "fullscreen,class:Nsxiv" "fullscreen,title:^(*nsxiv*)$" "fullscreen,title:^(nsxiv)$" + "fullscreen,class:swiv" + "fullscreen,title:^(*swiv*)$" + "fullscreen,title:^(swiv)$" "float,class:^(pavucontrol)$" "float,class:^(SoundWireServer)$" "float,class:^(.sameboy-wrapped)$"