From 90279987e68c54b499c442f743c2f1d98ae44211 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 12 Jun 2019 14:48:03 +0200 Subject: Added up and down cycling support --- example.ini | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'example.ini') diff --git a/example.ini b/example.ini index 9164398..80441fc 100644 --- a/example.ini +++ b/example.ini @@ -13,8 +13,9 @@ BORDER = 1 ; Mod key - super / alt MOD = super -; Cycle between windows - 23: Tab -CYCLE = 23 +; Cycle windows (up and down) +CYCLEUP = k +CYCLEDOWN = j ; Toggle tiling state TILE = t @@ -65,4 +66,5 @@ MENU = dmenu_run ACTIVE_BORDER = #fff ; Inactive border color -INACTIVE_BORDER = #595959 \ No newline at end of file +INACTIVE_BORDER = #595959 + -- cgit v1.2.3