help messages tweaks

This commit is contained in:
Luke Smith
2018-11-12 15:16:45 -05:00
parent 809663bfa4
commit 0a8df2cbdc
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
#!/bin/sh
[ "$BLOCK_BUTTON" = "1" ] && "$READER" ~/.config/i3/i3_guide.pdf
case $BLOCK_BUTTON in
1) "$READER" ~/.config/i3/i3_guide.pdf ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>❓ Help module:</b>
- Left click to open LARBS guide.";;
esac
echo "❓"