aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wayland/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/install.sh')
-rwxr-xr-xwayland/install.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/wayland/install.sh b/wayland/install.sh
deleted file mode 100755
index 2e9fe03..0000000
--- a/wayland/install.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-printf "%s: Installing services\n" "$0"
-
-for pkgname in physlock wl-mpris-idle-inhibit; do
- if command -v "$pkgname" >/dev/null; then
- systemctl --user enable --no-block $pkgname.service
- else
- printf "%s: $pkgname not found, skipping...\n" "$0"
- fi
-done