From 34daf110e564da5ecf1e2a6bcc2157c6c04a532d Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Sun, 3 Aug 2025 19:53:15 -0700 Subject: [PATCH] make Save File dialogue float --- .bashrc | 2 +- .config/hypr/hyprland.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index e6a0267..d2f16f1 100644 --- a/.bashrc +++ b/.bashrc @@ -40,5 +40,5 @@ eval "$(starship init bash)" eval "$(fzf --bash)" eval "$(zoxide init --cmd cd bash)" -bind 'set mark-symlinked-directories on' +# bind 'set mark-symlinked-directories on' diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 998bdb0..c619426 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -336,6 +336,7 @@ windowrule = float,class:^(notification)$ windowrule = float,class:^(error)$ windowrule = float,class:^(confirmreset)$ windowrule = float,title:^(Open File)$ +windowrule = float,title:^(Save File)$ windowrule = float,title:^(branchdialog)$ windowrule = float,title:^(Confirm to replace files) windowrule = float,title:^(File Operation Progress)