summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/rbar.sh
diff options
context:
space:
mode:
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