This commit is contained in:
2025-09-21 23:19:49 +00:00
parent 119632adfd
commit 5c078feab5
10 changed files with 30 additions and 20 deletions

View File

@@ -9,4 +9,4 @@ if [ -z "$page" ]; then
sed ' s/\s\+\-.*//;s/ //g'
)"
fi
exec footclient --app-id="footclient_float" "$SHELL" -c "man '$page' || read -n1"
exec alacritty msg create-window --class="term_float" --working-directory="$HOME" --command "man '$page' || read -n1"