diff options
author | ZachIR <zachir@librem.one> | 2025-08-11 16:55:51 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-08-11 16:55:51 -0500 |
commit | 0a8f6835b799ff635b8392b140f1ba4731069e2d (patch) | |
tree | 2ed72d51a32f1f3143faabbff14f1e9ea65e71e6 | |
parent | f6c9454a06a87d16fd2c38850a03e6ec4aba480f (diff) |
-rwxr-xr-x | dmenu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,6 +28,6 @@ if [ -n "$WAYLAND_DISPLAY" ]; then unset ARGS elif [ -n "$DISPLAY" ]; then # X11 - /usr/local/bin/dmenu $@ + /usr/local/bin/dmenu "$@" fi unset TOFI_CONF |