diff options
Diffstat (limited to 'x11-themes/background-lnxpcs/files/i3lock-lnxpcs')
-rwxr-xr-x | x11-themes/background-lnxpcs/files/i3lock-lnxpcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/background-lnxpcs/files/i3lock-lnxpcs b/x11-themes/background-lnxpcs/files/i3lock-lnxpcs index e47bd34..7584750 100755 --- a/x11-themes/background-lnxpcs/files/i3lock-lnxpcs +++ b/x11-themes/background-lnxpcs/files/i3lock-lnxpcs @@ -1,4 +1,4 @@ #!/bin/sh BACKS="/usr/share/backgrounds" -i3lock -c 000000 -i $(shuf -n1 -e "$BACKS"/*) -t -f +i3lock -c 000000 -i $(shuf -n1 -e "$BACKS"/*) xset dpms force off |