recent updates to random config stuff
This commit is contained in:
parent
1df0f9f5f6
commit
8b55484b02
8 changed files with 33 additions and 24 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue