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
|
done
|
||||||
|
|
||||||
selected=$(printf "$projects_with_names" | fuzzel --dmenu --with-nth=1 --accept-nth=2 --prompt "Work on: ")
|
selected=$(printf "$projects_with_names" | fuzzel --dmenu --with-nth=1 --accept-nth=2 --prompt "Work on: ")
|
||||||
|
session_name=$(basename "$selected")
|
||||||
|
|
||||||
if [ "$selected" != "" ]; then
|
if [ "$selected" != "" ]; then
|
||||||
niri msg action focus-workspace "code"
|
niri msg action focus-workspace "code"
|
||||||
firefox &
|
zen-beta &
|
||||||
ghostty --working-directory="$selected"
|
ghostty -e zellij attach "$session_name" --create
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ input {
|
||||||
mouse {
|
mouse {
|
||||||
// off
|
// off
|
||||||
// natural-scroll
|
// natural-scroll
|
||||||
accel-speed 0.9
|
accel-speed 0.8
|
||||||
// accel-profile "flat"
|
// accel-profile "flat"
|
||||||
// scroll-method "no-scroll"
|
// scroll-method "no-scroll"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue