[Dunst] Upgrade 1.2.1 conf
parent
ba435ec22f
commit
e9eea2e924
|
@ -18,8 +18,8 @@
|
||||||
follow = none
|
follow = none
|
||||||
|
|
||||||
width = (0, 400)
|
width = (0, 400)
|
||||||
height = 100
|
height = (0, 100)
|
||||||
offset = 30x40
|
offset = (30, 40)
|
||||||
|
|
||||||
# Show how many messages are currently hidden (because of geometry).
|
# Show how many messages are currently hidden (because of geometry).
|
||||||
indicate_hidden = true
|
indicate_hidden = true
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -61,8 +61,6 @@ eval "$(oh-my-posh init zsh --config ~/.config/theme/quick-term.omp.json)"
|
||||||
# Completions for zoxide
|
# Completions for zoxide
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
|
|
||||||
# Completions for scaleway-cli
|
|
||||||
eval "$(scw autocomplete script shell=zsh)"
|
|
||||||
|
|
||||||
# And use Catppuccin Macchiato theme for ZSH fast hightlight plugin (LOCAL means searching in /usr/local/share/fsh)
|
# And use Catppuccin Macchiato theme for ZSH fast hightlight plugin (LOCAL means searching in /usr/local/share/fsh)
|
||||||
fast-theme LOCAL:catppuccin-macchiato >/dev/null
|
fast-theme LOCAL:catppuccin-macchiato >/dev/null
|
||||||
|
|
Loading…
Reference in New Issue