From 480e386e344c9034425218fa7dd2e82802ca64ad Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Fri, 29 May 2026 10:58:38 +0200 Subject: 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. --- .local/bin/dmenu-wl | 6 ------ .local/bin/dotfiles | 1 - 2 files changed, 7 deletions(-) delete mode 100755 .local/bin/dmenu-wl (limited to '.local') 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 ❯ ' "$@" diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index 3cc082e..2754603 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -150,7 +150,6 @@ sync) pass # password manager firefox # web browser browserpass # pass native host for browsers - fuzzel # dmenu-compatible menu (for passmenu) yay # AUR helper (for pass-secret-service-bin) shfmt # shell program formatter stylua # Lua formatter -- cgit v1.3.1