diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-19 00:50:34 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-19 01:01:38 +0200 |
| commit | 5cfe40e80edec4f560e69402f8fce3665f48ab00 (patch) | |
| tree | 0dd7fbbd89bbdaac3b549f99e2b6a5fd3f08af50 /.local/bin/dmenu-wl | |
| parent | c7182c11a5d873c10c93cb953508e4968164eb08 (diff) | |
| download | dotfiles-5cfe40e80edec4f560e69402f8fce3665f48ab00.tar.gz dotfiles-5cfe40e80edec4f560e69402f8fce3665f48ab00.zip | |
feat: passmenu on Wayland via fuzzel (dmenu-wl shim)
Diffstat (limited to '.local/bin/dmenu-wl')
| -rwxr-xr-x | .local/bin/dmenu-wl | 6 |
1 files changed, 6 insertions, 0 deletions
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 "$@" |
