mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Start new terminals with a working directory based on current active terminal
Co-authored-by: @halilozercan Closes #835
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user