diff options
Diffstat (limited to 'example.ini')
-rw-r--r-- | example.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example.ini b/example.ini index a76a803..265eb99 100644 --- a/example.ini +++ b/example.ini @@ -2,6 +2,9 @@ ; Debug mode prints more verbose messages DEBUG = 0 +; Border width +BORDER = 1 + [KEYMAP] ; Mod key - super / alt @@ -10,6 +13,9 @@ MOD = super ; Cycle between windows - 23: Tab CYCLE = 23 +; Toggle tiling state +TILE = t + ; Close current window CLOSE = q |