Reformated files

This commit is contained in:
Kristofers Solo 2022-06-01 15:18:21 +00:00
parent 897fbd4666
commit f45fd47ee5

View File

@ -1,5 +1,5 @@
#!/bin/zsh
if [[ '$(tty)' = '/dev/tty1' ]]; then
if [[ "$(tty)" = "/dev/tty1" ]]; then
pgrep awesome || sx
fi