[Dunst] Upgrade 1.2.1 conf
parent
ba435ec22f
commit
e9eea2e924
|
@ -18,8 +18,8 @@
|
|||
follow = none
|
||||
|
||||
width = (0, 400)
|
||||
height = 100
|
||||
offset = 30x40
|
||||
height = (0, 100)
|
||||
offset = (30, 40)
|
||||
|
||||
# Show how many messages are currently hidden (because of geometry).
|
||||
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
|
||||
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)
|
||||
fast-theme LOCAL:catppuccin-macchiato >/dev/null
|
||||
|
|
Loading…
Reference in New Issue