Zprofile autostart Hyprland on tty1: Add 'exec' before cmd.
This commit is contained in:
parent
02d7137094
commit
824a8034dd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ printenv SSH_TTY &> /dev/null || wal -R
|
|||
|
||||
# Autostart on TTY1:
|
||||
# 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
|
||||
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-dt' ]] && startx
|
||||
|
|
Loading…
Reference in a new issue