diff options
Diffstat (limited to 'alacritty.man')
-rw-r--r-- | alacritty.man | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/alacritty.man b/alacritty.man index de78f8d0..9a6e43d2 100644 --- a/alacritty.man +++ b/alacritty.man @@ -22,8 +22,9 @@ Disable automatic config reloading .TP \fB\-\-persistent\-logging\fR Keep the log file after quitting Alacritty -.HP +.TP \fB\-\-print\-events\fR +Print all events to stdout .TP \fB\-q\fR Reduces the level of verbosity (the min level is \fB\-qq\fR) @@ -43,15 +44,16 @@ Defines the window class on X11 [default: Alacritty] .TP \fB\-e\fR, \fB\-\-command\fR <command>... Command and args to execute (must be last argument) -.HP +.TP \fB\-\-config\-file\fR <config\-file> -.IP Specify alternative configuration file [default: $XDG_CONFIG_HOME/alacritty/alacritty.yml] -.HP +.TP \fB\-d\fR, \fB\-\-dimensions\fR <columns> <lines> -.IP Defines the window dimensions. Falls back to size specified by window manager if set to 0x0 [default: 0x0] .TP +\fB\-\-position\fR <x-pos> <y-pos> +Defines the window position. Falls back to position specified by window manager if unset [default: unset] +.TP \fB\-t\fR, \fB\-\-title\fR <title> Defines the window title [default: Alacritty] .TP |