7 lines
64 B
Bash
Executable File
7 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
|
|
swww query
|
|
if [ $? -eq 1 ] ; then
|
|
swww-daemon
|
|
fi
|