diff options
-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 - dmenu $@ + /usr/local/bin/dmenu $@ fi unset TOFI_CONF |
![]() |
index : generics.git | |
"generics" are scripts that will call one of two options, depending if using X or Wayland. | ZachIR |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | dmenu | 2 |
@@ -28,6 +28,6 @@ if [ -n "$WAYLAND_DISPLAY" ]; then unset ARGS elif [ -n "$DISPLAY" ]; then # X11 - dmenu $@ + /usr/local/bin/dmenu $@ fi unset TOFI_CONF |