Fix swaylock.sh path
This commit is contained in:
parent
23d3274baa
commit
6f526391e3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Swaylock run's with additional features, e.g. adding screenshot to background
|
||||
SWAYLOCK_USER_SCRIPT="$HOME/.config/swaylock/lock.sh"
|
||||
SWAYLOCK_GLOB_SCRIPT="/usr/share/river/scripts/swaylock.sh"
|
||||
SWAYLOCK_GLOB_SCRIPT="/usr/share/miracle-wm/scripts/swaylock.sh"
|
||||
|
||||
if [ -x "$(command -v gtklock)" ]; then
|
||||
gtklock --daemonize --follow-focus --idle-hide --start-hidden
|
||||
|
|
Loading…
Add table
Reference in a new issue