Mohammad Rasim d2808d1c5a
re-locate some files to clean up the home directory
try to follow the XDG base directory standard
2019-02-07 20:51:54 +03:00

10 lines
231 B
Bash
Executable File

#!/bin/sh
case $BLOCK_BUTTON in
1) groff -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
echo "❓"