fix(bin -> swaylock-hyprland): Removed absolute binary path

This commit is contained in:
GaspardCulis 2024-09-30 14:07:57 +02:00
parent 16f09b1174
commit 4f8d559d67

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Run swaylock # Run swaylock
exec /usr/bin/swaylock \ exec swaylock \
"$@" \ "$@" \
--indicator \ --indicator \
--daemonize \ --daemonize \