diff options
author | ZachIR <zachir@librem.one> | 2025-08-09 06:12:36 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-08-09 06:12:36 -0500 |
commit | 3bd9249d916beae23d301a1aa487b07b5dc32adc (patch) | |
tree | a3690a9d13eaa3f338a88a84753664dfde7120f0 /dmenu | |
parent | ec2190e9ae549fc3f8a09a80bd686cc59a068e31 (diff) |
Use full path for dmenu; don't call itself
Diffstat (limited to 'dmenu')
-rwxr-xr-x | dmenu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,6 +32,6 @@ if [ -n "$WAYLAND_DISPLAY" ]; then unset ARGS elif [ -n "$DISPLAY" ]; then # X11 - dmenu $@ + /usr/local/bin/dmenu $@ fi unset TOFI_CONF |