diff options
author | Marvin Borner | 2019-05-30 18:06:11 +0200 |
---|---|---|
committer | Marvin Borner | 2019-05-30 18:06:11 +0200 |
commit | 618f23ec750af85d1ad283fa0b6509b215163d78 (patch) | |
tree | 38e4111c3480499b2bcb06e6c54d0396a9a38925 | |
parent | 15a8211f9cb9fc80aa9cb94a4e880dc1a3490a88 (diff) |
Added new features to configuration file
-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 |