Zprofile autostart Hyprland on tty1: Add 'exec' before cmd.

This commit is contained in:
Viyurz 2024-02-21 07:59:34 +01:00
parent 02d7137094
commit 824a8034dd
No known key found for this signature in database

View file

@ -20,7 +20,7 @@ printenv SSH_TTY &> /dev/null || wal -R
# Autostart on TTY1: # Autostart on TTY1:
# Hyprland on laptop # Hyprland on laptop
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-lt' ]] && dbus-run-session Hyprland [[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-lt' ]] && exec dbus-run-session Hyprland
# Plasma on desktop # Plasma on desktop
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-dt' ]] && startx [[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-dt' ]] && startx