Start new terminals with a working directory based on current active terminal

Co-authored-by: @halilozercan
Closes #835
This commit is contained in:
David Heinemeier Hansson
2025-08-22 15:55:48 +02:00
parent 4a1888af8f
commit 2cca02699a
3 changed files with 10 additions and 1 deletions

3
migrations/1755870033.sh Normal file
View File

@@ -0,0 +1,3 @@
echo "Use current terminal shell cwd for new terminal working directories"
sed -i 's|bindd = SUPER, return, Terminal, exec, \$terminal|bindd = SUPER, return, Terminal, exec, $terminal --working-directory $(omarchy-cmd-terminal-cwd)|' ~/.config/hypr/bindings.conf