summaryrefslogtreecommitdiff
path: root/rc/.config
diff options
context:
space:
mode:
authorRose <rose@pinkro.se>2025-10-10 11:29:10 +0200
committerRose <rose@pinkro.se>2025-10-10 11:29:10 +0200
commitb7dfa5fdb2330f1e1cd222365055c3d45ad473be (patch)
tree78e455c8c43c6c00fc4639932ba7315e8c074cd3 /rc/.config
parent98424148dfe9ab666ee928df7565e65faa41b61b (diff)
downloaddotfiles-main.tar.gz
dotfiles-main.tar.bz2
all: Rework system structureHEADmain
Diffstat (limited to 'rc/.config')
-rw-r--r--rc/.config/rc/rc.conf1
-rwxr-xr-xrc/.config/rc/runlevels/gui/autodarkmode4
-rwxr-xr-xrc/.config/rc/runlevels/gui/footserver5
l---------rc/.config/rc/runlevels/gui/himitsu-secret-service1
l---------rc/.config/rc/runlevels/gui/himitsud1
l---------rc/.config/rc/runlevels/gui/hissh-agent1
-rwxr-xr-xrc/.config/rc/runlevels/gui/kittenbar4
-rwxr-xr-xrc/.config/rc/runlevels/gui/pipewire11
-rwxr-xr-xrc/.config/rc/runlevels/gui/pipewire-pulse12
-rwxr-xr-xrc/.config/rc/runlevels/gui/swaybg5
-rwxr-xr-xrc/.config/rc/runlevels/gui/wireplumber11
11 files changed, 0 insertions, 56 deletions
diff --git a/rc/.config/rc/rc.conf b/rc/.config/rc/rc.conf
deleted file mode 100644
index 239bd8d..0000000
--- a/rc/.config/rc/rc.conf
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100755
index 7b342a9..0000000
--- a/rc/.config/rc/runlevels/gui/autodarkmode
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/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
deleted file mode 100755
index d1a54cf..0000000
--- a/rc/.config/rc/runlevels/gui/footserver
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/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
deleted file mode 120000
index 5d01cdb..0000000
--- a/rc/.config/rc/runlevels/gui/himitsu-secret-service
+++ /dev/null
@@ -1 +0,0 @@
-/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
deleted file mode 120000
index 949b50b..0000000
--- a/rc/.config/rc/runlevels/gui/himitsud
+++ /dev/null
@@ -1 +0,0 @@
-/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
deleted file mode 120000
index 9c20203..0000000
--- a/rc/.config/rc/runlevels/gui/hissh-agent
+++ /dev/null
@@ -1 +0,0 @@
-/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
deleted file mode 100755
index 1139517..0000000
--- a/rc/.config/rc/runlevels/gui/kittenbar
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/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
deleted file mode 100755
index 76a0f19..0000000
--- a/rc/.config/rc/runlevels/gui/pipewire
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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
deleted file mode 100755
index af7de86..0000000
--- a/rc/.config/rc/runlevels/gui/pipewire-pulse
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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
deleted file mode 100755
index 37fbcb2..0000000
--- a/rc/.config/rc/runlevels/gui/swaybg
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/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
deleted file mode 100755
index ea4c6f2..0000000
--- a/rc/.config/rc/runlevels/gui/wireplumber
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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"