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 eec20d60..8848938a 100644 --- a/extra/alacritty.man +++ b/extra/alacritty.man @@ -32,10 +32,12 @@ Increases the level of verbosity (the max level is \fB\-vvv\fR) Prints version information .SH "OPTIONS" .TP -\fB\-\-class\fR <instance> | <instance>,<general> +\fB\-\-class\fR <general> | <general>,<instance> 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. +When only the general class is passed, instance will be set to the same value. + +On Wayland the general class sets the `app_id`, while the instance class is ignored. .TP \fB\-e\fR, \fB\-\-command\fR <command>... Command and args to execute (must be last argument) |