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

View File

@@ -3,7 +3,7 @@ $terminal = uwsm app -- alacritty
$browser = uwsm app -- chromium --new-window
$webapp = $browser --app
bindd = SUPER, return, Terminal, exec, $terminal
bindd = SUPER, return, Terminal, exec, $terminal --working-directory $(omarchy-cmd-terminal-cwd)
bindd = SUPER, F, File manager, exec, uwsm app -- nautilus --new-window
bindd = SUPER, B, Browser, exec, $browser
bindd = SUPER, M, Music, exec, uwsm app -- spotify