From: Andre Ramnitz Date: Sat, 16 May 2026 04:54:38 +0000 (+0200) Subject: openrc: add default & hyprland runlevels X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=c9bb78bb54ed881ef1def68396d1d128123c8ee2;p=dotfiles.git openrc: add default & hyprland runlevels --- diff --git a/dot-config/rc/rc.conf b/dot-config/rc/rc.conf new file mode 100644 index 00000000..c74d7d5b --- /dev/null +++ b/dot-config/rc/rc.conf @@ -0,0 +1,2 @@ +# rc_env_allow="DBUS_SESSION_BUS_ADDRESS DISPLAY HOME HYPRLAND_INSTANCE_SIGNATURE QT_QPA_PLATFORMTHEME WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_MENU_PREFIX XDG_SESSION_DESKTOP XDG_SESSION_TYPE GTK_USE_PORTAL" + diff --git a/dot-config/rc/runlevels/default/dbus b/dot-config/rc/runlevels/default/dbus new file mode 120000 index 00000000..779b9fb6 --- /dev/null +++ b/dot-config/rc/runlevels/default/dbus @@ -0,0 +1 @@ +/etc/user/init.d/dbus \ No newline at end of file diff --git a/dot-config/rc/runlevels/default/mpd b/dot-config/rc/runlevels/default/mpd new file mode 120000 index 00000000..74c61781 --- /dev/null +++ b/dot-config/rc/runlevels/default/mpd @@ -0,0 +1 @@ +/etc/user/init.d/mpd \ No newline at end of file diff --git a/dot-config/rc/runlevels/default/mpd-mpris b/dot-config/rc/runlevels/default/mpd-mpris new file mode 120000 index 00000000..c214a8a6 --- /dev/null +++ b/dot-config/rc/runlevels/default/mpd-mpris @@ -0,0 +1 @@ +/etc/user/init.d/mpd-mpris \ No newline at end of file diff --git a/dot-config/rc/runlevels/default/pipewire b/dot-config/rc/runlevels/default/pipewire new file mode 120000 index 00000000..1eeaabd6 --- /dev/null +++ b/dot-config/rc/runlevels/default/pipewire @@ -0,0 +1 @@ +/etc/user/init.d/pipewire \ No newline at end of file diff --git a/dot-config/rc/runlevels/default/pipewire-pulse b/dot-config/rc/runlevels/default/pipewire-pulse new file mode 120000 index 00000000..516d3460 --- /dev/null +++ b/dot-config/rc/runlevels/default/pipewire-pulse @@ -0,0 +1 @@ +/etc/user/init.d/pipewire-pulse \ No newline at end of file diff --git a/dot-config/rc/runlevels/default/wireplumber b/dot-config/rc/runlevels/default/wireplumber new file mode 120000 index 00000000..a90f273d --- /dev/null +++ b/dot-config/rc/runlevels/default/wireplumber @@ -0,0 +1 @@ +/etc/user/init.d/wireplumber \ No newline at end of file diff --git a/dot-config/rc/runlevels/hyprland/default b/dot-config/rc/runlevels/hyprland/default new file mode 120000 index 00000000..446d58f0 --- /dev/null +++ b/dot-config/rc/runlevels/hyprland/default @@ -0,0 +1 @@ +../default \ No newline at end of file diff --git a/dot-config/rc/runlevels/hyprland/kpolkit b/dot-config/rc/runlevels/hyprland/kpolkit new file mode 120000 index 00000000..7090bbee --- /dev/null +++ b/dot-config/rc/runlevels/hyprland/kpolkit @@ -0,0 +1 @@ +/etc/user/init.d/kpolkit \ No newline at end of file