fix(bin -> swaylock-hyprland): Removed absolute binary path
This commit is contained in:
parent
16f09b1174
commit
4f8d559d67
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Run swaylock
|
# Run swaylock
|
||||||
exec /usr/bin/swaylock \
|
exec swaylock \
|
||||||
"$@" \
|
"$@" \
|
||||||
--indicator \
|
--indicator \
|
||||||
--daemonize \
|
--daemonize \
|
||||||
|
|
Loading…
Reference in a new issue