diff options
author | Cole Helbling <cole.e.helbling@gmail.com> | 2019-03-11 05:35:49 -0700 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-03-11 12:35:49 +0000 |
commit | e240da9ab3b819a8845ced1ab72d0a4239eac789 (patch) | |
tree | 9b31f117de9ed9e6455eff1d4604379d4ea461ac /alacritty.man | |
parent | 0ec4bd28dadcf476baf6180af7cf93bea9214f19 (diff) | |
download | alacritty-e240da9ab3b819a8845ced1ab72d0a4239eac789.tar.gz alacritty-e240da9ab3b819a8845ced1ab72d0a4239eac789.zip |
Add option for window position at startup
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 |