diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-29 10:58:38 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-29 11:01:19 +0200 |
| commit | 480e386e344c9034425218fa7dd2e82802ca64ad (patch) | |
| tree | 8f19eb7dd7fed1a4853f44113ecd2cc491bc022e /.local/bin/dmenu-wl | |
| parent | cdd479eea21c5dd18496debcab3432819190b9b3 (diff) | |
| download | dotfiles-480e386e344c9034425218fa7dd2e82802ca64ad.tar.gz dotfiles-480e386e344c9034425218fa7dd2e82802ca64ad.zip | |
misc: remove passmenu
The menu is blurry on one screen when using multiple screens. Also I
don't even use it, I prefer just using `pass` in the terminal.
Diffstat (limited to '.local/bin/dmenu-wl')
| -rwxr-xr-x | .local/bin/dmenu-wl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/dmenu-wl b/.local/bin/dmenu-wl deleted file mode 100755 index 42380d4..0000000 --- a/.local/bin/dmenu-wl +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 --prompt='pass ❯ ' "$@" |
