Latest updates to DE

This commit is contained in:
Alex Selimov 2025-05-26 22:27:48 -04:00
parent 4f621f9874
commit 41c39315b6
26 changed files with 60 additions and 65 deletions

View file

@ -5,5 +5,5 @@ query=$(eval "$dmenu")
if [ -n "$query" ]; then
query=${query//+/%2B}
query=${query// /+}
~/.local/bin/zen-x86_64.AppImage --new-window "https://search.brave.com/search?q=$query"
zen-browser --new-window "https://search.brave.com/search?q=$query"
fi