From c4577301a65b9752a9075c289a19d963a6571968 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 28 Jan 2025 11:31:30 +0000 Subject: [PATCH] Don't float nautilus windows --- system/home/hyprland.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index 0d73d982..c847948e 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -252,10 +252,10 @@ "float, pavucontrol|nm-connection-editor|.blueman-manager-wrapped" "size 800 600, pavucontrol|nm-connection-editor|.blueman-manager-wrapped" "move onscreen 50 100%-615,pavucontrol|nm-connection-editor|.blueman-manager-wrapped" - # File browser and picker dialog - "float, org.gnome.Nautilus|xdg-desktop-portal-gtk" - "size 800 600, org.gnome.Nautilus|xdg-desktop-portal-gtk" - "center, org.gnome.Nautilus|xdg-desktop-portal-gtk" + # File picker dialog + "float, xdg-desktop-portal-gtk" + "size 800 600, xdg-desktop-portal-gtk" + "center, xdg-desktop-portal-gtk" # Matplotlib plots "float, Matplotlib"