Merge pull request #248 from decantr/helpfix

point the help button to the correct file
This commit is contained in:
Luke Smith 2019-03-16 20:27:19 -04:00 committed by GitHub
commit fafd21d471

View file

@ -1,7 +1,7 @@
#!/bin/sh
case $BLOCK_BUTTON in
1) groff -mom ~/.readme.mom -Tpdf | zathura - ;;
1) groff -kejpt -mom ~/.local/share/larbs/readme.mom -Tpdf | zathura - ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>❓ Help module:</b>
- Left click to open LARBS guide.";;
esac