added quishell-reload

This commit is contained in:
Honney
2026-06-07 22:22:25 +02:00
parent d21bd1caac
commit 74f4b9b1be
+9
View File
@@ -88,3 +88,12 @@ set -x XCURSOR_THEME "DJ-FOX-C"
set -x XCURSOR_SIZE 24
alias py311="$HOME/.local/python-3.11.9/bin/python3.11"
function quickshell-reload
if test -e /usr/bin/quickshell
tmux kill-session -t qs
tmux new-session -d -s qs 'quickshell'
else
echo "quickshell not installed"
end
end