diff options
Diffstat (limited to 'example.ini')
-rw-r--r-- | example.ini | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/example.ini b/example.ini index 265eb99..ab46b73 100644 --- a/example.ini +++ b/example.ini @@ -1,6 +1,6 @@ [GENERAL] ; Debug mode prints more verbose messages -DEBUG = 0 +DEBUG = 1 ; Border width BORDER = 1 @@ -16,6 +16,9 @@ CYCLE = 23 ; Toggle tiling state TILE = t +; Toggle maximization state +MAX = m + ; Close current window CLOSE = q @@ -26,7 +29,7 @@ TERMINAL = 36 MENU = d ; Exit window manager -QUIT = c +QUIT = p [PROGRAMS] |