Refresh Red Bear profile configs

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-17 00:04:27 +01:00
parent 6d1a00804a
commit dc68822bcb
5 changed files with 10 additions and 22 deletions
+3 -19
View File
@@ -3,7 +3,8 @@
# Live: make live CONFIG_NAME=redbear-kde
#
# KDE Plasma 6 session with Wayland compositor
# Requires: D-Bus, libinput, Mesa, Qt6, KF6, KWin, plasma-workspace
# Current state: KWin + KF6 + Qt6 + Mesa + D-Bus + seatd
# Future: add plasma-workspace, plasma-desktop when their deps are resolved
include = ["desktop.toml", "redbear-legacy-base.toml", "redbear-legacy-desktop.toml", "redbear-device-services.toml", "redbear-netctl.toml"]
@@ -89,7 +90,7 @@ kf6-kcmutils = {}
kf6-kwayland = {}
kdecoration = {}
# KDE session surface (Phase 6 slice)
# KDE session surface (v2.0 Phases 34)
kwin = {}
# Graphics
@@ -131,18 +132,6 @@ data = ""
directory = true
mode = 0o755
[[files]]
path = "/var/lib/dbus"
data = ""
directory = true
mode = 0o755
[[files]]
path = "/run/dbus"
data = ""
directory = true
mode = 0o755
[[files]]
path = "/usr/lib/init.d/13_seatd.service"
data = """
@@ -251,11 +240,6 @@ fi
# Start D-Bus session bus
eval $(dbus-launch --sh-syntax)
# Start KWin Wayland compositor
kwin_wayland --replace &
sleep 2
# Start KWin Wayland compositor
kwin_wayland --replace
"""