@@ -66,7 +66,7 @@ creation will always be fast.
6666
6767## Reloading the Config
6868
69- You can tell Ghostty to reload it's config (from a script or the CLI) by using
69+ You can tell Ghostty to reload its config (from a script or the CLI) by using
7070this command:
7171
7272``` sh
@@ -97,7 +97,7 @@ This will create a new window even if Ghostty is not already running,
9797because D-Bus activation will cause Ghostty to be launched.
9898
9999This command is very useful in particular for window managers such as
100- i3, Hyperland , or River.
100+ i3, Hyprland , or River.
101101
102102### Hyprland
103103
@@ -124,7 +124,7 @@ Ghostty.
124124From this point, the behavior depends on whether Ghostty is already running
125125or not.
126126
127- This process ensures that any startup delayed caused by GTK (or any
127+ This process ensures that any startup delay caused by GTK (or any
128128other initialization) is only incurred once if there are active
129129windows or if Ghostty is configured to remain running (not the
130130default).
@@ -245,7 +245,7 @@ If installed as a system package, the following files will be created:
245245```
246246$PREFIX/share/applications/com.mitchellh.ghostty.desktop
247247$PREFIX/share/dbus-1/services/com.mitchellh.ghostty.service
248- $PREFiX /lib/systemd/user/app-com.mitchellh.ghostty.service
248+ $PREFIX /lib/systemd/user/app-com.mitchellh.ghostty.service
249249```
250250
251251<Warning >
@@ -262,11 +262,11 @@ If you have installed a development build of Ghostty (in `Debug` mode),
262262paths on this page need to be altered slightly:
263263
264264``` sh
265- systemctl enable --user app-com.mitchell .ghostty-debug.service
266- systemctl stop --user app-com.mitchell .ghostty-debug.service
267- systemctl reload --user app-com.mitchell .ghostty-debug.service
265+ systemctl enable --user app-com.mitchellh .ghostty-debug.service
266+ systemctl stop --user app-com.mitchellh .ghostty-debug.service
267+ systemctl reload --user app-com.mitchellh .ghostty-debug.service
268268journalctl -a -f --user -u app-com.mitchellh.ghostty-debug.service
269- ghostty +new-window --class=com.mitchell .ghostty-debug.service
269+ ghostty +new-window --class=com.mitchellh .ghostty-debug.service
270270```
271271
272272These are the files that control the launching of debug versions of Ghostty if
@@ -284,7 +284,7 @@ locations:
284284```
285285$PREFIX/share/applications/com.mitchellh.ghostty-debug.desktop
286286$PREFIX/share/dbus-1/services/com.mitchellh.ghostty-debug.service
287- $PREFiX /lib/systemd/user/app-com.mitchellh.ghostty-debug.service
287+ $PREFIX /lib/systemd/user/app-com.mitchellh.ghostty-debug.service
288288```
289289
290290[ ^ 1 ] :
0 commit comments