diff options
author | Brian Koropoff <bkoropoff@gmail.com> | 2019-07-06 12:34:56 -0700 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-07-06 19:34:56 +0000 |
commit | 228c641769c39bcd1460959e479b2259e7d5f773 (patch) | |
tree | f7bece352f9063753aa5af834bcb31eeecb82914 /extra/alacritty.man | |
parent | e398eb84064c5eac7cb8a97c276494100a37314b (diff) | |
download | alacritty-228c641769c39bcd1460959e479b2259e7d5f773.tar.gz alacritty-228c641769c39bcd1460959e479b2259e7d5f773.zip |
Allow setting gtk variant and general class on X11
Diffstat (limited to 'extra/alacritty.man')
-rw-r--r-- | extra/alacritty.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/alacritty.man b/extra/alacritty.man index f86589e2..dc0f9096 100644 --- a/extra/alacritty.man +++ b/extra/alacritty.man @@ -39,8 +39,8 @@ Increases the level of verbosity (the max level is \fB\-vvv\fR) Prints version information .SH "OPTIONS" .TP -\fB\-\-class\fR <class> -Defines the window class on Linux [default: Alacritty] +\fB\-\-class\fR [ <instance> | <instance>,<general> ] +Defines the window class hint on Linux [default: Alacritty,Alacritty ] .TP \fB\-e\fR, \fB\-\-command\fR <command>... Command and args to execute (must be last argument) |