9 lines
182 B
Bash
9 lines
182 B
Bash
#!/bin/sh
|
|
|
|
export LIBSEAT_BACKEND=seatd
|
|
export XDG_SESSION_TYPE=wayland
|
|
export XDG_SESSION_DESKTOP=Hyprland
|
|
export XDG_CURRENT_DESKTOP=Hyprland
|
|
|
|
exec dbus-run-session start-hyprland
|