From f484f3cf124ef71e2ac99817e2f16ff98cc160e8 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 19 May 2026 00:58:12 +0200 Subject: feat: theme fuzzel (Tokyo Night) with vim-style passmenu keys --- .local/bin/dmenu-wl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local') 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 ❯ ' "$@" -- cgit v1.3.1