From 257e933179f8b2ff7d715b1afd7f6c9535addcb2 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 24 Nov 2018 09:10:38 -0500 Subject: readme now uncompiled groff_mom document --- .scripts/statusbar/i3help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scripts/statusbar/i3help') 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 "❓ Help module: - Left click to open LARBS guide.";; esac -- cgit v1.3.1