From b92710afc5a668a163cfd7fdfbe7ad846209686b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 5 Dec 2024 11:57:06 +0000 Subject: [PATCH] Make Nautilus (file browser) a floating window by default --- 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 d2427341..dcccfc15 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -234,10 +234,10 @@ "float, pavucontrol|.blueman-manager-wrapped|nm-connection-editor" "size 800 600, pavucontrol|.blueman-manager-wrapped|nm-connection-editor" "move onscreen 100%-820 50,pavucontrol|.blueman-manager-wrapped|nm-connection-editor" - # File picker dialog - "float, xdg-desktop-portal-gtk" - "size 800 600, xdg-desktop-portal-gtk" - "center, xdg-desktop-portal-gtk" + # 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" # Workspace rules "workspace 2, (firefox|nyxt|org.qutebrowser.qutebrowser)" # Browser