commit 1300133a5c33f4d01c48761f215387ee17eb22e2 Author: Octopus Octopus Date: Tue Apr 30 00:18:56 2024 -0500 first commit diff --git a/kanshi.service b/kanshi.service new file mode 100644 index 0000000..7f4af06 --- /dev/null +++ b/kanshi.service @@ -0,0 +1,11 @@ +[Unit] +Description=Dynamic output configuration for Wayland compositors +Documentation=https://sr.ht/~emersion/kanshi +BindsTo=labwc-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/kanshi + +[Install] +WantedBy=labwc-session.target diff --git a/mako.service b/mako.service new file mode 100644 index 0000000..c810f3e --- /dev/null +++ b/mako.service @@ -0,0 +1,11 @@ +[Unit] +Description=A lightweight Wayland notification daemon +Documentation=https://github.com/emersion/mako/blob/master/doc/mako.1.scd +BindsTo=labwc-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/mako + +[Install] +WantedBy=labwc-session.target diff --git a/swaybg.service b/swaybg.service new file mode 100644 index 0000000..34483cf --- /dev/null +++ b/swaybg.service @@ -0,0 +1,11 @@ +[Unit] +Description=Wallpaper tool for Wayland compositors +Documentation=https://man.archlinux.org/man/swaybg.1.en +BindsTo=labwc-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/swaybg -i "%h/Pictures/commissions/361.png" -m fill + +[Install] +WantedBy=labwc-session.target diff --git a/swayidle.service b/swayidle.service new file mode 100644 index 0000000..a825c71 --- /dev/null +++ b/swayidle.service @@ -0,0 +1,15 @@ +[Unit] +Description=Idle management daemon for Wayland +Documentation=https://github.com/swaywm/swayidle/blob/master/swayidle.1.scd +BindsTo=labwc-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/swayidle -w \ + timeout 840 'swaylock -f -i %h/Pictures/commissions/361.png' \ + timeout 900 'wlopm --off \*' \ + resume 'wlopm --on \*' \ + before-sleep 'swaylock -f -i %h/Pictures/commissions/361.png' + +[Install] +WantedBy=labwc-session.target diff --git a/waybar.service b/waybar.service new file mode 100644 index 0000000..aab2ae7 --- /dev/null +++ b/waybar.service @@ -0,0 +1,11 @@ +[Unit] +Description=Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 +Documentation=https://github.com/Alexays/Waybar/wiki +BindsTo=labwc-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/waybar + +[Install] +WantedBy=labwc-session.target