aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SystemdGraphicalSession/i3.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/SystemdGraphicalSession/i3.service b/SystemdGraphicalSession/i3.service
index 4277558..f653711 100644
--- a/SystemdGraphicalSession/i3.service
+++ b/SystemdGraphicalSession/i3.service
@@ -2,13 +2,14 @@
Description=X Window Manager
After=graphical-session-pre.target
PartOf=graphical-session.target
-Documentation=man:i3(8)
+Documentation=man:i3(1)
[Service]
Slice=session.slice
Type=simple
ExecStart=/usr/bin/i3
ExecStop=/usr/bin/sh -c '/usr/bin/i3-msg exit || true'
+ExecReload=/usr/bin/i3-msg reload
[Install]
Alias=window-manager.service