chore: sway -> hyprland

This commit is contained in:
Ahwx 2026-06-17 13:12:25 +02:00
parent 1f2d589559
commit daee7fd5f0

View file

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