Skip to content

Commit

Permalink
feat: increase font size in terminal emulators
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaoul committed Nov 23, 2023
1 parent 41db088 commit ae0a0ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ window:
y: 6

font:
size: 10
size: 13

colors:
primary:
Expand Down
2 changes: 1 addition & 1 deletion .config/foot/foot.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
initial-window-size-pixels=960x600
pad=10x10
font=monospace:size=12
font=monospace:size=13

[scrollback]
lines=10000
Expand Down
2 changes: 1 addition & 1 deletion .config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ initial_window_width 1000
initial_window_height 1020

# font
font_size 12.0
font_size 13.0

window_padding_width 4
scrollback_lines 10000
Expand Down

0 comments on commit ae0a0ca

Please sign in to comment.