From e9eea2e92471976bada786070816cf0c3519617b Mon Sep 17 00:00:00 2001 From: Lilou Date: Sun, 22 Dec 2024 11:01:32 +0100 Subject: [PATCH] [Dunst] Upgrade 1.2.1 conf --- .config/dunst/dunstrc | 4 ++-- .zshrc | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 37ae2bd..74efe80 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -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 diff --git a/.zshrc b/.zshrc index 77921e9..fa9f10e 100644 --- a/.zshrc +++ b/.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