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