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

problem with archlinux
This commit is contained in:
João Lucas
2025-07-26 14:02:49 -03:00
committed by jlucaso
parent 933e5bdd2d
commit 8030cf5244
2 changed files with 2 additions and 2 deletions

View File

@@ -207,7 +207,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