Compare commits

...

2 commits

Author SHA1 Message Date
Cat /dev/Nulo 0af9e3415f zsh: OSC 133 para que foot entienda donde queda la prompt
https://codeberg.org/dnkl/foot/issues/30
2022-08-10 00:15:52 +02:00
Cat /dev/Nulo 3fce1a5303 sway: No usar mpd-mpris
Parece que consume CPU sin hacer nada así que por ahora, chau
2022-08-08 09:17:06 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -256,7 +256,7 @@ exec "pgrep -x syncthing >/dev/null || syncthing -no-browser"
exec swaync
exec kanshi
exec "mbsync -a"
exec "mpd && mpd-mpris -host ~/.mpd/socket -network unix"
exec "mpd"
exec "pgrep -x goimapnotify >/dev/null || goimapnotify -conf ~/.config/imapnotify/config.json"
exec "foot --app-id=neomutt neomutt"

2
.zshrc
View file

@ -31,7 +31,7 @@ zstyle ':vcs_info:*' enable git
precmd () { vcs_info }
setopt promptsubst
PS1='%F{5} %3~ ${vcs_info_msg_0_}%f%# '
PS1=$'%{\e]133;A%}$''%F{5} %3~ ${vcs_info_msg_0_}%f%# '
"$REMOTE" && PS1='%n@%m '$PS1
alias ls='ls --color=always'