aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-02-20 16:43:17 -0800
committerTrumeet <yuuta@yuuta.moe>2022-02-20 16:43:17 -0800
commit1057cc21cd38ba0b7f8a63a61feb7d592bebf296 (patch)
tree8ca64198b420cb70351eb063621699e75281fd5f
parent1918ebb0713ad69c9ad5af5e68c93cf9ca81ace0 (diff)
downloadgists-1057cc21cd38ba0b7f8a63a61feb7d592bebf296.tar
gists-1057cc21cd38ba0b7f8a63a61feb7d592bebf296.tar.gz
gists-1057cc21cd38ba0b7f8a63a61feb7d592bebf296.tar.bz2
gists-1057cc21cd38ba0b7f8a63a61feb7d592bebf296.zip
i3: reload
-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