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.
This commit is contained in:
Joona
2018-03-30 03:57:41 -07:00
committed by Orestis
parent 63133c878f
commit 4e0bf58109
2 changed files with 33 additions and 3 deletions

View File

@ -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