Backport: Reorder default PATH to prioritize /usr/local directories to solve

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2025-08-02 01:00:10 +02:00
parent faa2636c99
commit 3359127a06
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ numlock = false
# Default path
# If null, ly doesn't set a path
path = /sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Command executed when pressing restart_key
restart_cmd = /sbin/shutdown -r now