Minor tweaks.

This commit is contained in:
Gabriel Simmer 2020-09-07 13:27:28 +01:00
parent f5acc2028f
commit ef0c2826b0
No known key found for this signature in database
GPG key ID: 33BA4D83B160A0A9
3 changed files with 12 additions and 3 deletions

View file

@ -1,8 +1,13 @@
profile { profile {
output eDP-1 disable output eDP-1 disable
output DP-4 mode 2560x1440@144Hz position 0,0 output DP-5 mode 2560x1440@165Hz position 0,0
} }
profile { 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
} }

View file

@ -228,4 +228,9 @@ bar {
font pango:Fira Code 12 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/* include /etc/sway/config.d/*

View file

@ -112,7 +112,6 @@ export PATH="$PATH:/home/gsimmer/flutter/bin:/home/gsimmer/scripts:/home/gsimmer
export GOPATH="/home/gsimmer/Projects/go" export GOPATH="/home/gsimmer/Projects/go"
export DENO_INSTALL="/home/gsimmer/.deno" export DENO_INSTALL="/home/gsimmer/.deno"
export PATH="$DENO_INSTALL/bin:$PATH" export PATH="$DENO_INSTALL/bin:$PATH"
source /home/gsimmer/.cargo/env
# sfdx autocomplete setup # 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; 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;