| #!/bin/zsh | |
| if [[ -z "$WAYLAND_DISPLAY" ]] && [[ -z "$DISPLAY" ]] && [[ "$XDG_VTNR" = 1 ]] && [[ $(tty) = /dev/tty1 ]]; then | |
|     if uwsm check may-start; then | |
|         exec uwsm start hyprland.desktop | |
|     fi | |
| fi
 |