Skip to content

Commit d833b45

Browse files
authored
Update terminal binding to use --dir option (#3339)
In 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.
1 parent 8350b84 commit d833b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/hypr/bindings.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$terminal = uwsm-app -- xdg-terminal-exec
33
$browser = omarchy-launch-browser
44

5-
bindd = SUPER, RETURN, Terminal, exec, $terminal --working-directory="$(omarchy-cmd-terminal-cwd)"
5+
bindd = SUPER, RETURN, Terminal, exec, $terminal --dir="$(omarchy-cmd-terminal-cwd)"
66
bindd = SUPER SHIFT, F, File manager, exec, uwsm-app -- nautilus --new-window
77
bindd = SUPER SHIFT, B, Browser, exec, $browser
88
bindd = SUPER SHIFT ALT, B, Browser (private), exec, $browser --private

0 commit comments

Comments
 (0)