Skip to content

Commit 4292af8

Browse files
authored
Merge pull request #373 from ImadSaddik/patch-1
Fixed typos in systemd.mdx
2 parents 2a78dd4 + 993914d commit 4292af8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/linux/systemd.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
7070
this command:
7171

7272
```sh
@@ -97,7 +97,7 @@ This will create a new window even if Ghostty is not already running,
9797
because D-Bus activation will cause Ghostty to be launched.
9898

9999
This 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.
124124
From this point, the behavior depends on whether Ghostty is already running
125125
or 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
128128
other initialization) is only incurred once if there are active
129129
windows or if Ghostty is configured to remain running (not the
130130
default).
@@ -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),
262262
paths 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
268268
journalctl -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

272272
These 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

Comments
 (0)