From 5e83a094476f28eb77508c8b470efe3dfd56de83 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Fri, 9 Jan 2026 17:34:31 -0500 Subject: some big changes --- wayland-basics/dot-config/systemd/user/kanshi.service | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'wayland-basics/dot-config/systemd/user/kanshi.service') diff --git a/wayland-basics/dot-config/systemd/user/kanshi.service b/wayland-basics/dot-config/systemd/user/kanshi.service index dd6227c..4554384 100644 --- a/wayland-basics/dot-config/systemd/user/kanshi.service +++ b/wayland-basics/dot-config/systemd/user/kanshi.service @@ -1,15 +1,13 @@ [Unit] -PartOf=graphical-session.target Description=Kanshi Wayland output manager +PartOf=graphical-session.target After=graphical-session.target -Requisite=graphical-session.target [Service] Type=exec ExecStart=/usr/bin/kanshi ExecReload=kill -SIGHUP $MAINPID Restart=on-failure -Slice=background-graphical.slice [Install] WantedBy=graphical-session.target -- cgit v1.2.3-71-gdd5e