summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/config.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-31 14:39:18 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-02-02 12:50:49 -0500
commitb17bbf2b8efc093b27f5db13b80b01558d8a486b (patch)
tree937a63ea16be916db8be7ce645ff9348193f41f0 /.config/wmii-hg/config.sh
parent06a6ba98a8b15ba7d057945cd38d23eeb8746cdd (diff)
wmii: button IDs 4 and 5 are the scroll wheel
Diffstat (limited to '.config/wmii-hg/config.sh')
-rw-r--r--.config/wmii-hg/config.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/wmii-hg/config.sh b/.config/wmii-hg/config.sh
index be75d65..ad4d2fe 100644
--- a/.config/wmii-hg/config.sh
+++ b/.config/wmii-hg/config.sh
@@ -25,6 +25,8 @@ Event() {
## 1 = left
## 2 = middle
## 3 = right
+ ## 4 = scroll up
+ ## 5 = scroll down
## Custom (non-WMII-generated) events
WmiircStart) ## No args
@@ -109,6 +111,8 @@ Event() {
echo Fullscreen on >> $WMII_DIR/client/$1/ctl;;
esac
}& ;;
+ 4) ;;
+ 5) ;;
esac;;
ClientClick) ## $1=client $2=button
;;