From ffeaf344c429ab195160be967a5fb62346f3eed9 Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 25 Aug 2025 15:44:14 +0530 Subject: move to fuzzel from rofi rofi is bad when it comes to fuzzy matching and also you cannot execute command as it is, for example you cannot pass arguements to commands like "setwall -m". Fuzzel is way simpler, natively supports wayland and is a drop in replacement for dmenu. --- .local/bin/rofipass | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 .local/bin/rofipass (limited to '.local/bin/rofipass') diff --git a/.local/bin/rofipass b/.local/bin/rofipass deleted file mode 100755 index b1bf6a3..0000000 --- a/.local/bin/rofipass +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# Take password prompt from STDIN, print password to STDOUT -# the sed piece just removes the colon from the provided -# prompt: rofi -p already gives us a colon -rofi -dmenu \ - -password \ - -no-fixed-num-lines \ - -p "$(printf "$1" | sed s/://)" -- cgit v1.2.3