middle click help to restart i3

This commit is contained in:
Luke Smith 2019-03-31 22:22:06 -04:00
parent f7c8f1d89b
commit d0d9ae45e1

View file

@ -1,9 +1,8 @@
#!/bin/sh #!/bin/sh
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) groff -kejpt -mom ~/.local/share/larbs/readme.mom -Tpdf | zathura - ;; 1) groff -mom ~/.readme.mom -Tpdf | zathura - ;;
2) i3 restart ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>❓ Help module:</b> 3) pgrep -x dunst >/dev/null && notify-send "<b>❓ Help module:</b>
- Left click to open LARBS guide.";; - Left click to open LARBS guide.
esac - Middle click to refresh i3.";;
esac; echo "❓"
echo "❓"