diff options
Diffstat (limited to 'extra/alacritty.man')
-rw-r--r-- | extra/alacritty.man | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/alacritty.man b/extra/alacritty.man index 9d56a78b..9d90def4 100644 --- a/extra/alacritty.man +++ b/extra/alacritty.man @@ -42,8 +42,10 @@ Increases the level of verbosity (the max level is \fB\-vvv\fR) Prints version information .SH "OPTIONS" .TP -\fB\-\-class\fR [ <instance> | <instance>,<general> ] -Defines the window class hint on Linux [default: Alacritty,Alacritty ] +\fB\-\-class\fR <instance> | <instance>,<general> +Defines the window class hint on Linux [default: Alacritty,Alacritty] + +On Wayland the instance class sets the `app_id`, while the general class is ignored. .TP \fB\-e\fR, \fB\-\-command\fR <command>... Command and args to execute (must be last argument) |