Fix locking script location

This commit is contained in:
Riyyi
2021-04-20 18:28:50 +02:00
parent bce32d3ddc
commit 9e2503ee1e
+1 -1
View File
@@ -9,7 +9,7 @@ elif [ "$WM" = "i3" ]; then
fi fi
commands="\ commands="\
 Lock:$HOME/.scripts/wm/lock.sh  Lock:$HOME/.local/bin/wm/lock.sh
 Suspend:systemctl suspend  Suspend:systemctl suspend
 Shutdown:systemctl poweroff  Shutdown:systemctl poweroff
 Reboot:systemctl reboot  Reboot:systemctl reboot