mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-12-31 13:42:43 +00:00
6 lines
82 B
Bash
6 lines
82 B
Bash
#!/bin/zsh
|
|
|
|
if [ "$(tty)" = "/dev/tty1" ]; then
|
|
pgrep Hyprland || Hyprland
|
|
fi
|