aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/systemd/user/zellij-inhibit-suspend.path
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/systemd/user/zellij-inhibit-suspend.path')
-rw-r--r--dot_config/systemd/user/zellij-inhibit-suspend.path15
1 files changed, 0 insertions, 15 deletions
diff --git a/dot_config/systemd/user/zellij-inhibit-suspend.path b/dot_config/systemd/user/zellij-inhibit-suspend.path
deleted file mode 100644
index 2a4be21..0000000
--- a/dot_config/systemd/user/zellij-inhibit-suspend.path
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Activate suspend inhibitor whenever zellij has a live session
-
-[Path]
-# %t expands to $XDG_RUNTIME_DIR (typically /run/user/$UID); zellij keeps
-# its per-version session sockets under this directory. Whenever the dir
-# transitions from empty to non-empty, the service is (re)activated.
-# The service's watcher then decides whether to actually hold the lock
-# (only if at least one zellij was spawned from an SSH session); if not,
-# it exits immediately and the service stops with no harm done.
-DirectoryNotEmpty=%t/zellij
-Unit=zellij-inhibit-suspend.service
-
-[Install]
-WantedBy=default.target