middle click help to restart i3
This commit is contained in:
parent
f7c8f1d89b
commit
d0d9ae45e1
1 changed files with 5 additions and 6 deletions
|
@ -1,9 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
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>
|
||||
- Left click to open LARBS guide.";;
|
||||
esac
|
||||
|
||||
echo "❓"
|
||||
- Left click to open LARBS guide.
|
||||
- Middle click to refresh i3.";;
|
||||
esac; echo "❓"
|
||||
|
|
Loading…
Reference in a new issue