1 changed files with 1 additions and 1 deletions
@ -1,7 +1,7 @@
|
||||
XORG_USER='rick' |
||||
|
||||
if [ "$WAYLAND" = true ]; then |
||||
[ "$USER" = "$XORG_USER" ] && [ "$(tty)" = "/dev/tty1" ] && exec hyprland > /dev/null 2>&1 |
||||
[ "$USER" = "$XORG_USER" ] && [ "$(tty)" = "/dev/tty1" ] && exec start-hyprland > /dev/null 2>&1 |
||||
else |
||||
[ "$USER" = "$XORG_USER" ] && [ "$(tty)" = "/dev/tty1" ] && exec xinit -- vt1 > /dev/null 2>&1 |
||||
fi |
||||
|
||||
Loading…
Reference in new issue