2018-11-11 21:23:13 -05:00
|
|
|
#!/bin/sh
|
|
|
|
|
2018-11-12 15:16:45 -05:00
|
|
|
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
|
2018-11-11 21:23:13 -05:00
|
|
|
|
|
|
|
echo "❓"
|