aboutsummaryrefslogtreecommitdiff
path: root/wayland-basics/dot-config/systemd/user
diff options
context:
space:
mode:
authorMohammad Reza Karimi <m.r.karimi.j@gmail.com>2025-12-16 13:27:11 -0500
committerMohammad Reza Karimi <m.r.karimi.j@gmail.com>2025-12-16 13:27:11 -0500
commit5a41da5881a11ba3fdc3890c342aa3b7eb53e0cf (patch)
tree92b7f7af29ed4a9dcc0eab33490c6225cce9b14a /wayland-basics/dot-config/systemd/user
parent856e361d56c201cbb1b1521c8b93b747163b1376 (diff)
add initial version (incomplete)
Diffstat (limited to 'wayland-basics/dot-config/systemd/user')
-rw-r--r--wayland-basics/dot-config/systemd/user/kanshi.service15
-rw-r--r--wayland-basics/dot-config/systemd/user/swaybg.service15
-rw-r--r--wayland-basics/dot-config/systemd/user/swayosd-server.service14
-rw-r--r--wayland-basics/dot-config/systemd/user/wl-clip-persist.service14
4 files changed, 58 insertions, 0 deletions
diff --git a/wayland-basics/dot-config/systemd/user/kanshi.service b/wayland-basics/dot-config/systemd/user/kanshi.service
new file mode 100644
index 0000000..dd6227c
--- /dev/null
+++ b/wayland-basics/dot-config/systemd/user/kanshi.service
@@ -0,0 +1,15 @@
+[Unit]
+PartOf=graphical-session.target
+Description=Kanshi Wayland output manager
+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
diff --git a/wayland-basics/dot-config/systemd/user/swaybg.service b/wayland-basics/dot-config/systemd/user/swaybg.service
new file mode 100644
index 0000000..719900d
--- /dev/null
+++ b/wayland-basics/dot-config/systemd/user/swaybg.service
@@ -0,0 +1,15 @@
+[Unit]
+PartOf=graphical-session.target
+Description=Swaybg wallpaper utility
+After=graphical-session.target
+Requisite=graphical-session.target
+
+[Service]
+Type=exec
+# ExecStart=/usr/bin/swaybg -m fill -i /home/moreka/Pictures/ethereal.jpg
+ExecStart=/usr/bin/swaybg -c '#002B36'
+Restart=on-failure
+Slice=background-graphical.slice
+
+[Install]
+WantedBy=graphical-session.target
diff --git a/wayland-basics/dot-config/systemd/user/swayosd-server.service b/wayland-basics/dot-config/systemd/user/swayosd-server.service
new file mode 100644
index 0000000..21934eb
--- /dev/null
+++ b/wayland-basics/dot-config/systemd/user/swayosd-server.service
@@ -0,0 +1,14 @@
+[Unit]
+PartOf=graphical-session.target
+Description=SwayOSD server
+After=graphical-session.target
+Requisite=graphical-session.target
+
+[Service]
+Type=exec
+ExecStart=/usr/bin/swayosd-server
+Restart=on-failure
+Slice=background-graphical.slice
+
+[Install]
+WantedBy=graphical-session.target
diff --git a/wayland-basics/dot-config/systemd/user/wl-clip-persist.service b/wayland-basics/dot-config/systemd/user/wl-clip-persist.service
new file mode 100644
index 0000000..f0f55a6
--- /dev/null
+++ b/wayland-basics/dot-config/systemd/user/wl-clip-persist.service
@@ -0,0 +1,14 @@
+[Unit]
+PartOf=graphical-session.target
+Description=Clipboard history manager for wayland
+After=graphical-session.target
+Requisite=graphical-session.target
+
+[Service]
+Type=exec
+ExecStart=/usr/bin/wl-clip-persist --clipboard regular --disable-timestamps
+Restart=on-failure
+Slice=background-graphical.slice
+
+[Install]
+WantedBy=graphical-session.target