diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index d679fed..782b586 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -9,11 +9,12 @@ encryption = "age" ] [data] -term_fontsize = 9 {{- if eq .chezmoi.hostname "baryte" }} + term_fontsize = 10 email = "maximilian.friedersdorff@envsys.co.uk" personal_ssh_key = "~/.ssh/id_ed25519_personal" {{- else }} + term_fontsize = 10 email = "max@gwairfelin.com" personal_ssh_key = "~/.ssh/id_ed25519" {{- end }} diff --git a/home/dot_config/foot/foot.ini.tmpl b/home/dot_config/foot/foot.ini.tmpl index 529db62..64de58e 100644 --- a/home/dot_config/foot/foot.ini.tmpl +++ b/home/dot_config/foot/foot.ini.tmpl @@ -9,7 +9,6 @@ # locked-title=no font=JetBrainsMono NFM:size={{ .term_fontsize }} -font-size-adjustment=1 # font-bold= # font-italic= # font-bold-italic= @@ -19,9 +18,7 @@ font-size-adjustment=1 # vertical-letter-offset=0 # underline-offset= # box-drawings-uses-font-glyphs=no -dpi-aware=yes - -gamma-correct-blending=yes +# dpi-aware=auto # initial-window-size-pixels=700x500 # Or, # initial-window-size-chars= diff --git a/home/dot_config/tmux/tmux.conf b/home/dot_config/tmux/tmux.conf index e2fb472..8727110 100644 --- a/home/dot_config/tmux/tmux.conf +++ b/home/dot_config/tmux/tmux.conf @@ -95,5 +95,3 @@ set -g status-left-length 20 set -g status-right-length 140 set -g status-left ' #[fg=green]#H #[fg=black]• #[fg=green,bright]#(uname -r | cut -c 1-6)#[default]' set -g status-right '#[fg=white,bg=default]%H:%M:%S #[default] #[fg=blue]%Y-%m-%d ' - -set -g status-position top