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 /.config/shell/profile | |
| 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 '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index a3cb026..3901d4a 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -32,7 +32,7 @@ export MYSQL_HISTFILE="$XDG_CACHE_HOME/.mariadb_history" export CUDA_CACHE_PATH="$XDG_CACHE_HOME/nv" # Other program settings -export SUDO_ASKPASS="$HOME/.local/bin/rofipass" +export SUDO_ASKPASS="$HOME/.local/bin/askpass-fuzzel" export FZF_DEFAULT_OPTS="--layout=reverse --height 40%" export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android" export ANDROID_HOME="$HOME/Android/Sdk/" |
