]> Freerunner's - dotfiles.git/commitdiff
openrc: add default & hyprland runlevels
authorAndre Ramnitz <andre.ramnitz@mail.de>
Sat, 16 May 2026 04:54:38 +0000 (06:54 +0200)
committerAndre Ramnitz <andre.ramnitz@mail.de>
Sun, 17 May 2026 23:14:02 +0000 (01:14 +0200)
dot-config/rc/rc.conf [new file with mode: 0644]
dot-config/rc/runlevels/default/dbus [new symlink]
dot-config/rc/runlevels/default/mpd [new symlink]
dot-config/rc/runlevels/default/mpd-mpris [new symlink]
dot-config/rc/runlevels/default/pipewire [new symlink]
dot-config/rc/runlevels/default/pipewire-pulse [new symlink]
dot-config/rc/runlevels/default/wireplumber [new symlink]
dot-config/rc/runlevels/hyprland/default [new symlink]
dot-config/rc/runlevels/hyprland/kpolkit [new symlink]

diff --git a/dot-config/rc/rc.conf b/dot-config/rc/rc.conf
new file mode 100644 (file)
index 0000000..c74d7d5
--- /dev/null
@@ -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 (symlink)
index 0000000..779b9fb
--- /dev/null
@@ -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 (symlink)
index 0000000..74c6178
--- /dev/null
@@ -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 (symlink)
index 0000000..c214a8a
--- /dev/null
@@ -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 (symlink)
index 0000000..1eeaabd
--- /dev/null
@@ -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 (symlink)
index 0000000..516d346
--- /dev/null
@@ -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 (symlink)
index 0000000..a90f273
--- /dev/null
@@ -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 (symlink)
index 0000000..446d58f
--- /dev/null
@@ -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 (symlink)
index 0000000..7090bbe
--- /dev/null
@@ -0,0 +1 @@
+/etc/user/init.d/kpolkit
\ No newline at end of file