Files
dots/configs/scripts_l/walld

7 lines
64 B
Bash
Executable File

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