diff options
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/dmenu-wl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmenu-wl b/.local/bin/dmenu-wl index c82c454..42380d4 100755 --- a/.local/bin/dmenu-wl +++ b/.local/bin/dmenu-wl @@ -3,4 +3,4 @@ # `passmenu` hard-codes `dmenu-wl` under Wayland; fuzzel --dmenu is a # dmenu-compatible drop-in from the official repos that, unlike bemenu, takes # keyboard focus correctly under KWin (Plasma Wayland). -exec fuzzel --dmenu "$@" +exec fuzzel --dmenu --prompt='pass ❯ ' "$@" |
