fixes some more annoyances
This commit is contained in:
parent
88ed615a42
commit
d68ef4942d
2 changed files with 4 additions and 3 deletions
|
|
@ -8,9 +8,10 @@ for project in ${projects[*]}; do
|
|||
done
|
||||
|
||||
selected=$(printf "$projects_with_names" | fuzzel --dmenu --with-nth=1 --accept-nth=2 --prompt "Work on: ")
|
||||
session_name=$(basename "$selected")
|
||||
|
||||
if [ "$selected" != "" ]; then
|
||||
niri msg action focus-workspace "code"
|
||||
firefox &
|
||||
ghostty --working-directory="$selected"
|
||||
zen-beta &
|
||||
ghostty -e zellij attach "$session_name" --create
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue