From 5cfe40e80edec4f560e69402f8fce3665f48ab00 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 19 May 2026 00:50:34 +0200 Subject: feat: passmenu on Wayland via fuzzel (dmenu-wl shim) --- .local/bin/dmenu-wl | 6 ++++++ .local/bin/dotfiles | 1 + 2 files changed, 7 insertions(+) create mode 100755 .local/bin/dmenu-wl diff --git a/.local/bin/dmenu-wl b/.local/bin/dmenu-wl new file mode 100755 index 0000000..c82c454 --- /dev/null +++ b/.local/bin/dmenu-wl @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +# Shim so the packaged `passmenu` works on Wayland without the AUR `dmenu-wl`. +# `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 "$@" diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index aa2b7fc..40855f7 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -91,6 +91,7 @@ sync) jq # JSON processor pass # password manager browserpass # pass native host for browsers + fuzzel # dmenu-compatible menu (for passmenu) shfmt # shell program formatter stylua # Lua formatter base-devel cmake ninja git # nvim build dependencies -- cgit v1.3.1