summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/rbar.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@datawire.io>2020-04-18 14:49:06 -0400
committerLuke Shumaker <lukeshu@datawire.io>2020-04-18 14:49:06 -0400
commit1a332553c19193deac598aa6a1fe9f086d525ee1 (patch)
treec778f4c628216a8189b4581d7b26404c55144d17 /.config/wmii-hg/rbar.sh
parent3c656badac2f6ed20849efff047e7a15cbd3288a (diff)
x
Diffstat (limited to '.config/wmii-hg/rbar.sh')
-rw-r--r--.config/wmii-hg/rbar.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/wmii-hg/rbar.sh b/.config/wmii-hg/rbar.sh
index b02c2e9..4180444 100644
--- a/.config/wmii-hg/rbar.sh
+++ b/.config/wmii-hg/rbar.sh
@@ -13,6 +13,13 @@ write() {
sponge|tee -a "${dirs[@]/%/${1}}" > /dev/null || true
}
+type left-click &>/dev/null || left-click() { :; }
+type middle-click &>/dev/null || middle-click() { :; }
+type right-click &>/dev/null || right-click() { :; }
+type scroll-up &>/dev/null || scroll-up() { :; }
+type scroll-down &>/dev/null || scroll-down() { :; }
+type update &>/dev/null || update() { :; }
+
set -eE
shopt -s nullglob
case "$1" in