diff options
author | Marvin Borner | 2019-05-30 22:29:12 +0200 |
---|---|---|
committer | Marvin Borner | 2019-05-30 22:29:12 +0200 |
commit | 8a0425a4d13b1501bfa7ed5aed189e0b7665a77a (patch) | |
tree | 218460973e60f72fe98ec8e9b98fcafe7b74b3ab /example.ini | |
parent | 882251757d04d15583db072bdc170868e38da862 (diff) |
Added maximize feature
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] |