diff --git a/toronto/.config/kanshi/config b/toronto/.config/kanshi/config index 783ff63..9ba938c 100644 --- a/toronto/.config/kanshi/config +++ b/toronto/.config/kanshi/config @@ -1,8 +1,13 @@ profile { output eDP-1 disable - output DP-4 mode 2560x1440@144Hz position 0,0 + output DP-5 mode 2560x1440@165Hz position 0,0 } profile { - output eDP-1 enable mode 1920x1080 + output eDP-1 enable +} + +profile { + output DP-3 enable scale 2 + output eDP-1 enable scale 1.25 } diff --git a/toronto/.config/sway/config b/toronto/.config/sway/config index a6d71d6..a70e306 100644 --- a/toronto/.config/sway/config +++ b/toronto/.config/sway/config @@ -228,4 +228,9 @@ bar { font pango:Fira Code 12 } +font pango:Fira Code 10 +default_border pixel 1 +hide_edge_borders smart +smart_gaps on + include /etc/sway/config.d/* diff --git a/toronto/.zshrc b/toronto/.zshrc index 2d158f3..612d045 100644 --- a/toronto/.zshrc +++ b/toronto/.zshrc @@ -112,7 +112,6 @@ export PATH="$PATH:/home/gsimmer/flutter/bin:/home/gsimmer/scripts:/home/gsimmer export GOPATH="/home/gsimmer/Projects/go" export DENO_INSTALL="/home/gsimmer/.deno" export PATH="$DENO_INSTALL/bin:$PATH" -source /home/gsimmer/.cargo/env # sfdx autocomplete setup SFDX_AC_ZSH_SETUP_PATH=/home/gsimmer/.cache/sfdx/autocomplete/zsh_setup && test -f $SFDX_AC_ZSH_SETUP_PATH && source $SFDX_AC_ZSH_SETUP_PATH;