From aa6c01f9ebda643c7d9c520b02923aeb1b33943f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 29 Mar 2024 14:56:01 -0400 Subject: [PATCH] hyprland: Make new windows take over fullscreen Fixes an issue where opening pqiv while thunar was fullscreen would keep thunar fullscreen with pqiv behind it, among other things. --- home/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/hyprland.nix b/home/hyprland.nix index 20ee0b6a..4a67b289 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -398,6 +398,7 @@ in animate_manual_resizes = yes animate_mouse_windowdragging = yes disable_autoreload = yes + new_window_takes_over_fullscreen = 1 } ''; }