diff options
| author | Elis Eriksson <spelis@spelis.li> | 2026-07-02 12:49:56 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis@spelis.li> | 2026-07-02 12:49:56 +0200 |
| commit | 933a0da7c3ccbab00f00fbd5a2e626bfb25f6ef7 (patch) | |
| tree | c1560a25b5c6e6ca96854ccf9a3d91d521893000 | |
| parent | bf1e95822c720568e4f63bbcccf9ccdb54bb373b (diff) | |
| download | dotfiles-933a0da7c3ccbab00f00fbd5a2e626bfb25f6ef7.tar dotfiles-933a0da7c3ccbab00f00fbd5a2e626bfb25f6ef7.tar.gz dotfiles-933a0da7c3ccbab00f00fbd5a2e626bfb25f6ef7.tar.bz2 dotfiles-933a0da7c3ccbab00f00fbd5a2e626bfb25f6ef7.tar.lz dotfiles-933a0da7c3ccbab00f00fbd5a2e626bfb25f6ef7.tar.xz dotfiles-933a0da7c3ccbab00f00fbd5a2e626bfb25f6ef7.tar.zst dotfiles-933a0da7c3ccbab00f00fbd5a2e626bfb25f6ef7.zip | |
| -rw-r--r-- | .zshrc | 3 | ||||
| -rw-r--r-- | alacritty.toml | 8 | ||||
| -rw-r--r-- | i3/config | 4 |
3 files changed, 9 insertions, 6 deletions
@@ -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" @@ -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; |
