diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-19 00:58:12 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-19 01:01:39 +0200 |
| commit | f484f3cf124ef71e2ac99817e2f16ff98cc160e8 (patch) | |
| tree | 3ea0fcdb0997db499ba79c5debc3ca50fee2e022 /.local | |
| parent | 5cfe40e80edec4f560e69402f8fce3665f48ab00 (diff) | |
| download | dotfiles-f484f3cf124ef71e2ac99817e2f16ff98cc160e8.tar.gz dotfiles-f484f3cf124ef71e2ac99817e2f16ff98cc160e8.zip | |
feat: theme fuzzel (Tokyo Night) with vim-style passmenu keys
Diffstat (limited to '.local')
| -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 ❯ ' "$@" |
