From f64508f439f934b2c79d410aa830d8dcaf2028ef Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 1 Dec 2025 14:32:56 +0100 Subject: [PATCH] feat: make `nsxiv` start in fullscreen mode --- 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 4f09651..8f35b29 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -317,6 +317,9 @@ "idleinhibit focus, class:^(mpv)$" "idleinhibit fullscreen, class:^(librewolf)$" "float,class:^(pavucontrol-qt)$" + "fullscreen,class:Nsxiv" + "fullscreen,title:^(*nsxiv*)$" + "fullscreen,title:^(nsxiv)$" "float,class:^(pavucontrol)$" "float,class:^(SoundWireServer)$" "float,class:^(.sameboy-wrapped)$"