diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-25 15:44:14 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-25 15:44:14 +0530 |
| commit | ffeaf344c429ab195160be967a5fb62346f3eed9 (patch) | |
| tree | 5cb9ebeca9d292a6a1b09b5398e88a276c67b18c /.local/bin/rofipass | |
| parent | a81ab033ec5ac0cdbdddfc31f242aee7cb5aee4e (diff) | |
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.
Diffstat (limited to '.local/bin/rofipass')
| -rwxr-xr-x | .local/bin/rofipass | 9 |
1 files changed, 0 insertions, 9 deletions
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/://)" |
