diff options
Diffstat (limited to 'wayland-basics/dot-config/systemd')
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 |
