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

6 lines
74 B
Bash

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