solorice/.config/zsh/.zprofile
2022-06-01 15:18:21 +00:00

6 lines
74 B
Bash

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