From 32fa9642c56834b20a49ad527341f5ff00efc076 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 14 Feb 2025 07:09:34 +0000 Subject: [PATCH] Float and center FileRoller dialog --- system/home/hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index 6cb11373..350ccefd 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -252,9 +252,9 @@ "size 800 600, pavucontrol|nm-connection-editor|.blueman-manager-wrapped" "move onscreen 50 100%-615,pavucontrol|nm-connection-editor|.blueman-manager-wrapped" # File picker dialog - "float, xdg-desktop-portal-gtk" - "size 800 600, xdg-desktop-portal-gtk" - "center, xdg-desktop-portal-gtk" + "float, xdg-desktop-portal-gtk|org.gnome.FileRoller" + "size 800 600, xdg-desktop-portal-gtk|org.gnome.FileRoller" + "center, xdg-desktop-portal-gtk|org.gnome.FileRoller" # Matplotlib plots "float, Matplotlib"