diff options
Diffstat (limited to '.scripts/statusbar/i3help')
| -rwxr-xr-x | .scripts/statusbar/i3help | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.scripts/statusbar/i3help b/.scripts/statusbar/i3help new file mode 100755 index 0000000..16eb97f --- /dev/null +++ b/.scripts/statusbar/i3help @@ -0,0 +1,5 @@ +#!/bin/sh + +[ "$BLOCK_BUTTON" = "1" ] && "$READER" ~/.config/i3/i3_guide.pdf + +echo "❓" |
