trying out non-workspace switching project selector

This commit is contained in:
Dennis Schoepf 2025-12-17 20:19:51 +01:00
parent 90267481d3
commit 99e52fe9ef

View file

@ -11,7 +11,7 @@ selected=$(printf "$projects_with_names" | fuzzel --dmenu --with-nth=1 --accept-
session_name=$(basename "$selected")
if [ "$selected" != "" ]; then
niri msg action focus-workspace "code"
zen-beta &
# niri msg action focus-workspace "code"
# zen-beta &
ghostty -e zellij attach "$session_name" --create
fi