diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-24 09:10:38 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-24 09:10:38 -0500 |
| commit | 257e933179f8b2ff7d715b1afd7f6c9535addcb2 (patch) | |
| tree | f8f657cf19e71a103db96dc0ddc680491f6e74d5 /.scripts | |
| parent | 31ba2c6b70f6a23ff251741beaf996ce8b283601 (diff) | |
| download | eibhear-257e933179f8b2ff7d715b1afd7f6c9535addcb2.tar.gz eibhear-257e933179f8b2ff7d715b1afd7f6c9535addcb2.tar.zst eibhear-257e933179f8b2ff7d715b1afd7f6c9535addcb2.zip | |
readme now uncompiled groff_mom document
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/statusbar/i3help | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/statusbar/i3help b/.scripts/statusbar/i3help index b28f893..eacb15b 100755 --- a/.scripts/statusbar/i3help +++ b/.scripts/statusbar/i3help @@ -1,7 +1,7 @@ #!/bin/sh case $BLOCK_BUTTON in - 1) "$READER" ~/.config/i3/i3_guide.pdf ;; + 1) groff -mom ~/.readme.mom -Tpdf | zathura - ;; 3) pgrep -x dunst >/dev/null && notify-send "<b>❓ Help module:</b> - Left click to open LARBS guide.";; esac |
