aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJoona <julia@joonatoona.me>2018-03-30 03:57:41 -0700
committerOrestis <orestisf1993@gmail.com>2018-03-30 13:57:41 +0300
commit4e0bf58109831dc4a784b7f27ed339de3f1941b2 (patch)
treefe275807430c5230d5633f1bedf9ba8bbf8fbb03 /man
parent63133c878f16907b696e2761666a58fbd3e287c6 (diff)
downloadi3-4e0bf58109831dc4a784b7f27ed339de3f1941b2.tar.gz
i3-4e0bf58109831dc4a784b7f27ed339de3f1941b2.zip
Add --modifier flag to i3-config-wizard (#3210)
Add --modifier flag to i3-config-wizard The --modifier flag accepts either alt or win, and will generate the configuration file without opening a window. Also adds i3-config-wizard's flags to the manpage. Fixes #3136.
Diffstat (limited to 'man')
-rw-r--r--man/i3-config-wizard.man16
1 files changed, 15 insertions, 1 deletions
diff --git a/man/i3-config-wizard.man b/man/i3-config-wizard.man
index 5a9ca39e..e8cce007 100644
--- a/man/i3-config-wizard.man
+++ b/man/i3-config-wizard.man
@@ -9,7 +9,21 @@ i3-config-wizard - creates a keysym based config based on your layout
== SYNOPSIS
-i3-config-wizard
+i3-config-wizard [*-s* 'socket'] [*-m* 'modifier'] [*-v*] [*-h*]
+
+== OPTIONS
+
+*-s, --socket* 'socket'::
+Overwrites the path to the i3 IPC socket.
+
+*-m, --modifier* 'modifier'::
+Generates the configuration file headlessly. Accepts win or alt.
+
+*-v, --version*::
+Display version number and exit.
+
+*-h, --help*::
+Display a short help message and exit.
== FILES