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