solorice/.config/zsh/.zprofile-wayland
2022-11-27 23:19:59 +02:00

6 lines
82 B
Bash

#!/bin/zsh
if [ "$(tty)" = "/dev/tty1" ]; then
pgrep Hyprland || Hyprland
fi