summaryrefslogtreecommitdiff
path: root/bin/vpac
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-03-20 12:26:50 +0000
committerMarc Vertes <mvertes@free.fr>2023-03-20 12:26:50 +0000
commit8a0058c04f9453a3e3db8c186a550aa10f6c5909 (patch)
treed292e1d6b384bd1ea5f007bf412f111d10aac48c /bin/vpac
parent9dcf9d6a3fa8203cef7d57c8e811b300d4ecc97d (diff)
update, switch to fvwm
Diffstat (limited to 'bin/vpac')
-rwxr-xr-xbin/vpac4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/vpac b/bin/vpac
index 3b8c25c..0a12a1c 100755
--- a/bin/vpac
+++ b/bin/vpac
@@ -7,8 +7,8 @@ remove() {
pacman -Qqe |
fzf --no-clear --multi --bind=left:preview-page-up --bind=right:preview-page-down \
--preview-window=right:66% \
- --preview 'cat <(yay -Si {1}) <(pacman -Fl {1} 2>/dev/null | awk "!/\/$/ {print $2}")' |
- xargs -ro yay -Rns
+ --preview 'cat <(pacman -Si {1}) <(pacman -Fl {1} 2>/dev/null | awk "!/\/$/ {print $2}")' |
+ xargs -ro sudo pacman -Rns
}
remove