dotfiles

beau's configuration files
git clone https://git.beauhilton.com/dotfiles.git
Log | Files | Refs | README

help (284B)


      1 #!/usr/bin/env sh
      2 case $BLOCK_BUTTON in
      3     1) groff -mom ~/.local/share/larbs/readme.mom -Tpdf | zathura - ;;
      4     2) i3 restart ;;
      5     3) pgrep -x dunst >/dev/null && notify-send "❓ Help module" "\- Left click to open LARBS guide.
      6 - Middle click to refresh i3.";;
      7 esac; echo "❓"