diff options
author | Marvin Borner | 2019-06-12 14:48:03 +0200 |
---|---|---|
committer | Marvin Borner | 2019-06-12 14:48:03 +0200 |
commit | 90279987e68c54b499c442f743c2f1d98ae44211 (patch) | |
tree | f7bda8fe31d495da936d2090f229622a2c3880f3 /example.ini | |
parent | d9aebf9fcef4fd04f4db8903f620a322fd189994 (diff) |
Added up and down cycling support
Diffstat (limited to 'example.ini')
-rw-r--r-- | example.ini | 8 |
1 files changed, 5 insertions, 3 deletions
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 + |