fixes some more annoyances

This commit is contained in:
Dennis Schoepf 2025-12-17 19:37:30 +01:00
parent 88ed615a42
commit d68ef4942d
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -34,7 +34,7 @@ input {
mouse {
// off
// natural-scroll
accel-speed 0.9
accel-speed 0.8
// accel-profile "flat"
// scroll-method "no-scroll"
}