Files
archived-solorice/.config/zsh/.zprofile-wayland
Kristofers Solo 505a4dcf9e Update 27.11.2022
2022-11-27 23:19:59 +02:00

6 lines
82 B
Bash

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