summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmenu-wl
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dmenu-wl')
-rwxr-xr-x.local/bin/dmenu-wl6
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 ❯ ' "$@"