conf: add app-id config option and --app-id command line option

This commit is contained in:
Daniel Eklöf 2020-04-01 18:40:51 +02:00
parent 371dd65949
commit 4d52a870b4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
12 changed files with 84 additions and 15 deletions

View file

@ -34,7 +34,11 @@ execute (instead of the shell).
Set initial window width and height. Default: *700x500*.
*-t*,*--term*=_TERM_
Value to set the environment variable *TERM* to. Default: *foot*.
Value to set the environment variable *TERM* to. Default: _foot_.
*-a*,*--app-id*=_ID_
Value to set the *app-id* property on the Wayland window
to. Default: _foot_.
*--maximized*
Start in maximized mode. If both *--maximized* and *--fullscreen*

View file

@ -56,6 +56,11 @@ in this order:
*term*
Value to set the environment variable *TERM* to. Default: _foot_.
*app-id*
Value to set the *app-id* property on the Wayland window to. The
compositor can use this value to e.g. group multiple windows, or
apply window management rules. Default: _foot_.
*scrollback*
Number of scrollback lines. Default: _1000_.

View file

@ -13,7 +13,11 @@ execute (instead of the shell).
# OPTIONS
*-t*,*--term*=_TERM_
Value to set the environment variable _TERM_ to. Default: _foot_.
Value to set the environment variable *TERM* to. Default: _foot_.
*-a*,*--app-id*=_ID_
Value to set the *app-id* property on the Wayland window
to. Default: _foot_.
*--maximized*
Start in maximized mode. If both *--maximized* and *--fullscreen*