diff options
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 + |