Skip to content

Commit

Permalink
Alacritty - Set window dimensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tacozMacleo committed Oct 1, 2023
1 parent 36afe75 commit f2e66c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/.config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ window:
# must be non-zero for this to take effect. The number of columns must be at
# least `2`, while using a value of `0` for columns and lines will fall back
# to the window manager's recommended size
#dimensions:
# columns: 0
# lines: 0
dimensions:
columns: 175
lines: 50

# Window position (changes require restart)
#
Expand Down

0 comments on commit f2e66c7

Please sign in to comment.