summaryrefslogtreecommitdiffstats
path: root/.scripts
diff options
context:
space:
mode:
Diffstat (limited to '.scripts')
-rwxr-xr-x.scripts/statusbar/i3help2
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