diff --git a/.config/sway/config b/.config/sway/config index db39c45..539fe6c 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -203,10 +203,10 @@ bar { # # Colors: # -client.focused #202020 #202020 #999999 #cb4b16 -client.focused_inactive #202020 #202020 #999999 #cb4b1699 -client.unfocused #202020dd #202020dd #999999 #cb4b1699 -client.urgent #202020 #dc322f #fdf6e3 #cb4b16aa99 +client.focused #202020 #202020 #999999 #cb4b16 #00000000 +client.focused_inactive #202020 #202020 #999999 #cb4b1699 #00000000 +client.unfocused #202020dd #202020dd #999999 #cb4b1699 #00000000 +client.urgent #202020 #dc322f #fdf6e3 #cb4b1699 #00000000 # # Fonts: diff --git a/.zshrc b/.zshrc index 7e4a102..c568320 100644 --- a/.zshrc +++ b/.zshrc @@ -3,7 +3,8 @@ #export TERM=xterm-256color # zsh settings -export SAVEHIST=10000 +export HISTSIZE=10000 +export SAVEHIST=100000 export HISTFILE=$HOME/.zsh_history setopt append_history setopt extended_history