From d833b45e8b7466beb6eeab6b26471546ce575a13 Mon Sep 17 00:00:00 2001 From: Tony Messias Date: Sun, 16 Nov 2025 12:59:33 -0700 Subject: [PATCH] Update terminal binding to use --dir option (#3339) In basecamp@4c97a31, a migration was added to fix this option on existing installs, but I think the default config was never updated with the new option. --- config/hypr/bindings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/bindings.conf b/config/hypr/bindings.conf index 09c2b376..698e1ee9 100644 --- a/config/hypr/bindings.conf +++ b/config/hypr/bindings.conf @@ -2,7 +2,7 @@ $terminal = uwsm-app -- xdg-terminal-exec $browser = omarchy-launch-browser -bindd = SUPER, RETURN, Terminal, exec, $terminal --working-directory="$(omarchy-cmd-terminal-cwd)" +bindd = SUPER, RETURN, Terminal, exec, $terminal --dir="$(omarchy-cmd-terminal-cwd)" bindd = SUPER SHIFT, F, File manager, exec, uwsm-app -- nautilus --new-window bindd = SUPER SHIFT, B, Browser, exec, $browser bindd = SUPER SHIFT ALT, B, Browser (private), exec, $browser --private