summaryrefslogtreecommitdiff
path: root/bindings.config
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-04-21 08:22:34 +0200
committerAnton Khirnov <wyskas@gmail.com>2009-04-21 08:22:34 +0200
commit41ae393583d29954d4683ee66ad6c7acaf913b43 (patch)
tree325f6bb39b27fec78b9c4fe6cad398d4841fcdaa /bindings.config
parent4750524744891e463435381db6092ccfd62f72b8 (diff)
Set bindings for page switch statically for 9 pages.
Diffstat (limited to 'bindings.config')
-rw-r--r--bindings.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings.config b/bindings.config
index 0f598fc..e960859 100644
--- a/bindings.config
+++ b/bindings.config
@@ -80,7 +80,7 @@ Key Left A 4 WindowId root 1 WarpToWindow 10 50
Key Right A 4 WindowId root 0 WarpToWindow 90 50
Key Up A 4 GotoPage 0p -1p
Key Down A 4 GotoPage 0p +1p
-Piperead 'for i in `seq 0 $(($pages-1))`; do j=$(($i+1)); echo Key $j A 4 GotoPage 0 $i; done'
+Piperead 'for i in `seq 0 8`; do j=$(($i+1)); echo Key $j A 4 GotoPage 0 $i; done'
# Kill
Test (x xkill) Key Escape A M Exec xkill