From 8a0425a4d13b1501bfa7ed5aed189e0b7665a77a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 30 May 2019 22:29:12 +0200 Subject: Added maximize feature --- example.ini | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'example.ini') 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] -- cgit v1.2.3