dotconfig: add
This commit is contained in:
parent
4af23ad5de
commit
b28f2da899
18 changed files with 312 additions and 0 deletions
9
dotconfig/rc/init.d/footserver
Executable file
9
dotconfig/rc/init.d/footserver
Executable 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
8
dotconfig/rc/init.d/kanshi
Executable 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
8
dotconfig/rc/init.d/mako
Executable 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
9
dotconfig/rc/init.d/pipewire
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/openrc-run
|
||||
|
||||
depend() {
|
||||
need graphical-session
|
||||
provide audio-session
|
||||
}
|
||||
|
||||
supervisor=supervise-daemon
|
||||
command="/usr/bin/pipewire"
|
8
dotconfig/rc/init.d/pipewire-pulse
Executable file
8
dotconfig/rc/init.d/pipewire-pulse
Executable 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
9
dotconfig/rc/init.d/river
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/openrc-run
|
||||
|
||||
depend() {
|
||||
need dbus
|
||||
provide graphical-session
|
||||
}
|
||||
|
||||
supervisor=supervise-daemon
|
||||
command="/usr/bin/river"
|
8
dotconfig/rc/init.d/wireplumber
Executable file
8
dotconfig/rc/init.d/wireplumber
Executable 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
9
dotconfig/rc/init.d/wlsunset
Executable 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"
|
9
dotconfig/rc/init.d/xdg-desktop-portal-wlr
Executable file
9
dotconfig/rc/init.d/xdg-desktop-portal-wlr
Executable 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
1
dotconfig/rc/rc.conf
Normal file
|
@ -0,0 +1 @@
|
|||
rc_env_allow="WAYLAND_DISPLAY"
|
Loading…
Add table
Add a link
Reference in a new issue