diff --git a/.config/sway/config b/.config/sway/config index 3055872..c72c4f5 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -227,6 +227,13 @@ gaps outer 8 # exec xrdb -merge .Xresources +# +# Monitor Layout: +# +output eDP-1 scale 2 pos 4000 0 +output DP-4 pos 1440 -540 +output DP-1 pos 0 0 + include /etc/sway/config.d/* # vim: ai ts=4 sw=4 et diff --git a/.install/git.sh b/.install/git.sh index cfba24f..da4aa54 100755 --- a/.install/git.sh +++ b/.install/git.sh @@ -8,5 +8,9 @@ echo "Installing git..." echo apk add --no-cache \ - git + git \ + git-doc \ + less + +# less to fix pager issues diff --git a/.zshrc b/.zshrc index 193b9ff..74df494 100644 --- a/.zshrc +++ b/.zshrc @@ -3,7 +3,7 @@ #export TERM=xterm-256color # zsh settings -export SAVEHIST=1000 +export SAVEHIST=10000 export HISTFILE=~/.zsh_history setopt append_history setopt extended_history