feat: use new hyprland starting procedure instead of dbus-run-session

This commit is contained in:
Ahwx 2026-07-08 19:35:24 +02:00
parent fb6a814996
commit 7cccd2fe58

View file

@ -215,7 +215,7 @@
# }
startwm() {
dbus-run-session Hyprland
start-hyprland
}
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then startwm; fi