From 0dec82df81716a74dc96fb807c649db29812bdfc Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 17 Nov 2010 17:31:41 +0100 Subject: bindings: add shortucts for moving windows one page up/down --- bindings.config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bindings.config b/bindings.config index e578edf..93f3702 100644 --- a/bindings.config +++ b/bindings.config @@ -53,6 +53,12 @@ Key Left WFS MC4 Pick AnimatedMove screen c 0p keep Key Right WFS MC4 Pick AnimatedMove screen c -128p keep Key Down WFS MC4 Pick AnimatedMove screen c keep -0p +# Move windows across pages +Key plus A 4 MoveToPage 0p, +1w +Key KP_Add A 4 MoveToPage 0p, +1w +Key minus A 4 MoveToPage 0p, -1w +Key KP_Subtract A 4 MoveToPage 0p, -1w + # Switching between windows Key Tab A M WindowList Root c c currentDesk, \ -- cgit v1.2.3