Files

7 lines
64 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
swww query
if [ $? -eq 1 ] ; then
swww-daemon
fi