solorice/.config/zsh/.zprofile
2022-05-11 17:14:16 +03:00

7 lines
74 B
Bash

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