ldelossa / sway-fzfify

A set of script to incorporate fzf into your sway desktop
MIT License
87 stars 4 forks source link

Include "2> /dev/null" in line 42 of sway-dmenu? #6

Open chimak111 opened 2 years ago

chimak111 commented 2 years ago

In line 42 with
/var/lib/flatpak/app); do
it maybe useful to have instead
/var/lib/flatpak/app 2> /dev/null); do

because if one of the locations, /usr/local/share/applications in my case, is missing, fd flashes a message briefly about it being missing.

Maybe this is not noticeable on a powerful system but on slower machines it is.

Thanks!

ldelossa commented 2 years ago

I think you're right. No need to show stderr for any of these. I'll take a look in a bit.