trying out non-workspace switching project selector
This commit is contained in:
parent
90267481d3
commit
99e52fe9ef
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ selected=$(printf "$projects_with_names" | fuzzel --dmenu --with-nth=1 --accept-
|
||||||
session_name=$(basename "$selected")
|
session_name=$(basename "$selected")
|
||||||
|
|
||||||
if [ "$selected" != "" ]; then
|
if [ "$selected" != "" ]; then
|
||||||
niri msg action focus-workspace "code"
|
# niri msg action focus-workspace "code"
|
||||||
zen-beta &
|
# zen-beta &
|
||||||
ghostty -e zellij attach "$session_name" --create
|
ghostty -e zellij attach "$session_name" --create
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue