browser: switch to zen browser

This commit is contained in:
krolxon 2025-08-09 22:59:33 +05:30
parent 3d722ad787
commit 5044575b41
3 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@
export EDITOR="nvim"
export TERMINAL="alacritty"
export TERMINAL_PROG="alacritty"
export BROWSER="brave"
export BROWSER="zen-browser"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"

View File

@ -67,5 +67,3 @@ bindkey '^R' history-incremental-pattern-search-backward
#loeading syntax highlighter and autosgguestions plugin. should be last.
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
cowsay "$(shuf -n 1 ~/.local/share/vocab/words.txt)"

View File

@ -14,7 +14,7 @@ madd() {
if [ -t 0 ]; then
filename=$(mpc listall | fzf)
else
filename=$(mpc listall | dmenu -l 30)
filename=$(mpc listall | rofi -dmenu -l 30 -case-smart)
fi
if [ -n "$filename" ]; then