2018-11-12 02:23:13 +00:00
|
|
|
#!/bin/sh
|
2018-11-12 20:16:45 +00:00
|
|
|
case $BLOCK_BUTTON in
|
2019-04-01 02:22:06 +00:00
|
|
|
1) groff -mom ~/.readme.mom -Tpdf | zathura - ;;
|
|
|
|
2) i3 restart ;;
|
2018-11-12 20:16:45 +00:00
|
|
|
3) pgrep -x dunst >/dev/null && notify-send "<b>❓ Help module:</b>
|
2019-04-01 02:22:06 +00:00
|
|
|
- Left click to open LARBS guide.
|
|
|
|
- Middle click to refresh i3.";;
|
|
|
|
esac; echo "❓"
|