first commit
This commit is contained in:
commit
1300133a5c
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue