solorice/.config/zsh/.zprofile-X11
2022-11-27 23:19:59 +02:00

6 lines
75 B
Bash

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