From e6a46d699b5dafa35ffb38ccdf5153d67f7348e4 Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 4 Aug 2025 21:45:34 +0530 Subject: use rofi for SUDO_ASKPASS --- .config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell/profile') diff --git a/.config/shell/profile b/.config/shell/profile index c290ffa..3a5955b 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/dmenupass" +export SUDO_ASKPASS="$HOME/.local/bin/rofipass" export FZF_DEFAULT_OPTS="--layout=reverse --height 40%" export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android" export ANDROID_HOME="$HOME/Android/Sdk/" -- cgit v1.2.3