diff options
-rwxr-xr-x | bin/permafocus | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/permafocus b/bin/permafocus index 79eeeaf..6fae91e 100755 --- a/bin/permafocus +++ b/bin/permafocus @@ -15,7 +15,8 @@ #! /bin/bash -# THIS SCRIPT IS FOR SCREENSAVER USE ONLY +# THIS SCRIPT MUST ONLY BE CALLED BY THE SCREENSAVER! +# OTHER CALLERS WILL INTERFERE WITH SCREENSAVER OPERATION! bspc node -f $2 bspc node $2 -t fullscreen |