aboutsummaryrefslogtreecommitdiffhomepage
path: root/example.ini
diff options
context:
space:
mode:
authorMarvin Borner2019-05-30 22:29:12 +0200
committerMarvin Borner2019-05-30 22:29:12 +0200
commit8a0425a4d13b1501bfa7ed5aed189e0b7665a77a (patch)
tree218460973e60f72fe98ec8e9b98fcafe7b74b3ab /example.ini
parent882251757d04d15583db072bdc170868e38da862 (diff)
Added maximize feature
Diffstat (limited to 'example.ini')
-rw-r--r--example.ini7
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]