Autostart hyprland on TTY2

This commit is contained in:
2025-12-19 13:32:36 +01:00
parent 9974368b5a
commit f5f1536d33

View File

@@ -0,0 +1,8 @@
# Start X at login
if status --is-login
if test -z "$DISPLAY" -a $XDG_VTNR = 2
exec hyprland
# pour activer le partage d'écran mais provoque des bugs.
#exec env XDG_CURRENT_DESKTOP=sway dbus-run-session sway
end
end