From 933a0da7c3ccbab00f00fbd5a2e626bfb25f6ef7 Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Thu, 2 Jul 2026 12:49:56 +0200 Subject: ComicShanns, Zsh autosuggestions and i3 border tweak --- .zshrc | 3 +++ alacritty.toml | 8 ++++---- i3/config | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.zshrc b/.zshrc index 91c2d40..a671f93 100644 --- a/.zshrc +++ b/.zshrc @@ -59,8 +59,11 @@ source <(fzf --zsh) eval "$(zoxide init zsh)" +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd completion history) + # Aliases alias yoink='yay -S' diff --git a/alacritty.toml b/alacritty.toml index fb40a5a..4d1f1a6 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -3,10 +3,10 @@ history = 100000 multiplier = 10 [font] -normal = { family = "Iosevka NF", style = "Regular"} -bold = { family = "Iosevka NF", style = "Regular"} -italic = { family = "Iosevka NF", style = "Regular"} -bold_italic = { family = "Iosevka NF", style = "Regular"} +normal = { family = "ComicShanns Nerd Font", style = "Regular"} +bold = { family = "ComicShanns Nerd Font", style = "Bold"} +italic = { family = "ComicShanns Nerd Font", style = "Italic"} +bold_italic = { family = "ComicShanns Nerd Font", style = "BoldItalic"} [colors.bright] black = "#1d2123" diff --git a/i3/config b/i3/config index f54e2a6..9dfb81f 100644 --- a/i3/config +++ b/i3/config @@ -108,8 +108,8 @@ mode "resize" { bindsym $mod+r mode "resize" -# for_window [class="^.*"] border pixel 2 -# new_window pixel 2 +for_window [class="^.*"] border pixel 2 +new_window pixel 2 # --base: #151617; # --base-2: #1d2123; -- cgit v1.3-7-ge9ab