aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc3
-rw-r--r--alacritty.toml8
-rw-r--r--i3/config4
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;