dotconfig: add

This commit is contained in:
Luc Bijl 2025-08-17 13:38:24 +02:00
parent 4af23ad5de
commit b28f2da899
18 changed files with 312 additions and 0 deletions

9
dotconfig/rc/init.d/footserver Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/openrc-run
depend() {
need graphical-session
}
supervisor=supervise-daemon
command="/usr/bin/foot"
command_args="--server"

8
dotconfig/rc/init.d/kanshi Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/openrc-run
depend() {
need graphical-session
}
supervisor=supervise-daemon
command="/usr/bin/kanshi"

8
dotconfig/rc/init.d/mako Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/openrc-run
depend() {
need graphical-session
}
supervisor=supervise-daemon
command="/usr/bin/mako"

9
dotconfig/rc/init.d/pipewire Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/openrc-run
depend() {
need graphical-session
provide audio-session
}
supervisor=supervise-daemon
command="/usr/bin/pipewire"

View file

@ -0,0 +1,8 @@
#!/usr/bin/openrc-run
depend() {
need audio-session
}
supervisor=supervise-daemon
command="/usr/bin/pipewire-pulse"

9
dotconfig/rc/init.d/river Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/openrc-run
depend() {
need dbus
provide graphical-session
}
supervisor=supervise-daemon
command="/usr/bin/river"

View file

@ -0,0 +1,8 @@
#!/usr/bin/openrc-run
depend() {
need audio-session
}
supervisor=supervise-daemon
command="/usr/bin/wireplumber"

9
dotconfig/rc/init.d/wlsunset Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/openrc-run
depend() {
need graphical-session
}
supervisor=supervise-daemon
command="/usr/bin/wlsunset"
command_args="-l 52 -L 6"

View file

@ -0,0 +1,9 @@
#!/usr/bin/openrc-run
depend() {
need graphical-session
need audio-session
}
supervisor=supervise-daemon
command="/usr/libexec/xdg-desktop-portal-wlr"

1
dotconfig/rc/rc.conf Normal file
View file

@ -0,0 +1 @@
rc_env_allow="WAYLAND_DISPLAY"