diff options
author | Rose <rose@pinkro.se> | 2025-10-10 11:29:10 +0200 |
---|---|---|
committer | Rose <rose@pinkro.se> | 2025-10-10 11:29:10 +0200 |
commit | b7dfa5fdb2330f1e1cd222365055c3d45ad473be (patch) | |
tree | 78e455c8c43c6c00fc4639932ba7315e8c074cd3 /rc/Config | |
parent | 98424148dfe9ab666ee928df7565e65faa41b61b (diff) | |
download | dotfiles-b7dfa5fdb2330f1e1cd222365055c3d45ad473be.tar.gz dotfiles-b7dfa5fdb2330f1e1cd222365055c3d45ad473be.tar.bz2 |
Diffstat (limited to 'rc/Config')
-rw-r--r-- | rc/Config/rc/rc.conf | 1 | ||||
-rwxr-xr-x | rc/Config/rc/runlevels/gui/autodarkmode | 4 | ||||
-rwxr-xr-x | rc/Config/rc/runlevels/gui/footserver | 5 | ||||
l--------- | rc/Config/rc/runlevels/gui/himitsu-secret-service | 1 | ||||
l--------- | rc/Config/rc/runlevels/gui/himitsud | 1 | ||||
l--------- | rc/Config/rc/runlevels/gui/hissh-agent | 1 | ||||
-rwxr-xr-x | rc/Config/rc/runlevels/gui/kittenbar | 4 | ||||
-rwxr-xr-x | rc/Config/rc/runlevels/gui/pipewire | 11 | ||||
-rwxr-xr-x | rc/Config/rc/runlevels/gui/pipewire-pulse | 12 | ||||
-rwxr-xr-x | rc/Config/rc/runlevels/gui/swaybg | 5 | ||||
-rwxr-xr-x | rc/Config/rc/runlevels/gui/wireplumber | 11 |
11 files changed, 56 insertions, 0 deletions
diff --git a/rc/Config/rc/rc.conf b/rc/Config/rc/rc.conf new file mode 100644 index 0000000..239bd8d --- /dev/null +++ b/rc/Config/rc/rc.conf @@ -0,0 +1 @@ +rc_env_allow="WAYLAND_DISPLAY DBUS_SESSION_BUS_ADDRESS XDG_RUNTIME_DIR NIRI_SOCKET" diff --git a/rc/Config/rc/runlevels/gui/autodarkmode b/rc/Config/rc/runlevels/gui/autodarkmode new file mode 100755 index 0000000..7b342a9 --- /dev/null +++ b/rc/Config/rc/runlevels/gui/autodarkmode @@ -0,0 +1,4 @@ +#!/sbin/openrc-run + +supervisor=supervise-daemon +command="/home/lain/.local/bin/autodarkmode" diff --git a/rc/Config/rc/runlevels/gui/footserver b/rc/Config/rc/runlevels/gui/footserver new file mode 100755 index 0000000..d1a54cf --- /dev/null +++ b/rc/Config/rc/runlevels/gui/footserver @@ -0,0 +1,5 @@ +#!/sbin/openrc-run + +supervisor=supervise-daemon +command="foot" +command_args="--server" diff --git a/rc/Config/rc/runlevels/gui/himitsu-secret-service b/rc/Config/rc/runlevels/gui/himitsu-secret-service new file mode 120000 index 0000000..5d01cdb --- /dev/null +++ b/rc/Config/rc/runlevels/gui/himitsu-secret-service @@ -0,0 +1 @@ +/etc/user/init.d/himitsu-secret-service
\ No newline at end of file diff --git a/rc/Config/rc/runlevels/gui/himitsud b/rc/Config/rc/runlevels/gui/himitsud new file mode 120000 index 0000000..949b50b --- /dev/null +++ b/rc/Config/rc/runlevels/gui/himitsud @@ -0,0 +1 @@ +/etc/user/init.d/himitsud
\ No newline at end of file diff --git a/rc/Config/rc/runlevels/gui/hissh-agent b/rc/Config/rc/runlevels/gui/hissh-agent new file mode 120000 index 0000000..9c20203 --- /dev/null +++ b/rc/Config/rc/runlevels/gui/hissh-agent @@ -0,0 +1 @@ +/etc/user/init.d/hissh-agent
\ No newline at end of file diff --git a/rc/Config/rc/runlevels/gui/kittenbar b/rc/Config/rc/runlevels/gui/kittenbar new file mode 100755 index 0000000..1139517 --- /dev/null +++ b/rc/Config/rc/runlevels/gui/kittenbar @@ -0,0 +1,4 @@ +#!/sbin/openrc-run + +supervisor=supervise-daemon +command="/home/lain/.local/bin/kittenbar" diff --git a/rc/Config/rc/runlevels/gui/pipewire b/rc/Config/rc/runlevels/gui/pipewire new file mode 100755 index 0000000..76a0f19 --- /dev/null +++ b/rc/Config/rc/runlevels/gui/pipewire @@ -0,0 +1,11 @@ +#!/sbin/openrc-run +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License, v2 or later + +depend() { + need dbus +} + +export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus" +supervisor=supervise-daemon +command="/usr/bin/pipewire" diff --git a/rc/Config/rc/runlevels/gui/pipewire-pulse b/rc/Config/rc/runlevels/gui/pipewire-pulse new file mode 100755 index 0000000..af7de86 --- /dev/null +++ b/rc/Config/rc/runlevels/gui/pipewire-pulse @@ -0,0 +1,12 @@ +#!/sbin/openrc-run +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License, v2 or later + +depend() { + need pipewire dbus +} + +export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus" +supervisor=supervise-daemon +command="/usr/bin/pipewire" +command_args="-c pipewire-pulse.conf" diff --git a/rc/Config/rc/runlevels/gui/swaybg b/rc/Config/rc/runlevels/gui/swaybg new file mode 100755 index 0000000..37fbcb2 --- /dev/null +++ b/rc/Config/rc/runlevels/gui/swaybg @@ -0,0 +1,5 @@ +#!/sbin/openrc-run + +supervisor=supervise-daemon +command="/usr/bin/swaybg" +command_args="-i /home/lain/Desktop/wallpaper.jpg -m fill" diff --git a/rc/Config/rc/runlevels/gui/wireplumber b/rc/Config/rc/runlevels/gui/wireplumber new file mode 100755 index 0000000..ea4c6f2 --- /dev/null +++ b/rc/Config/rc/runlevels/gui/wireplumber @@ -0,0 +1,11 @@ +#!/sbin/openrc-run +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License, v2 or later + +depend() { + need pipewire dbus +} + +DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus" +supervisor=supervise-daemon +command="/usr/bin/wireplumber" |