recent updates to random config stuff

This commit is contained in:
agryphus 2024-12-11 15:06:14 -05:00
parent 1df0f9f5f6
commit 8b55484b02
8 changed files with 33 additions and 24 deletions

View file

@ -7,5 +7,6 @@ sel="$(man -k . | fuzzel --dmenu -i -p "Man page:")"
# $program ($num) - $desc
# Need to run `man $num $program`
page="$(echo "$sel" | awk -F'[()]' '{print $2" "$1}')"
nohup $TERMINAL -e man $page >/dev/null 2>&1 &
# nohup $TERMINAL -e man $page >/dev/null 2>&1 &
hyprctl dispatch exec [floating] "foot -W 78x38 -e man $page"