1
0
forked from extern/nix-config

kitty: Use ideal terminal size for neofetch

It turns out that neofetch works exceptionally well with this terminal
size, so I'm making it the default in kitty.

Now I can use neofetch without having to worry about resizing the
terminal window for the desired effect.
This commit is contained in:
Donovan Glover 2018-11-28 14:54:23 -05:00
parent ba2a16ecdc
commit 287e1211de
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -28,8 +28,8 @@ allow_remote_control yes
# Use a consistent window size for floating windows
remember_window_size no
initial_window_width 100c
initial_window_height 30c
initial_window_width 72c
initial_window_height 20c
# Don't limit frames per second to the monitor's refresh rate
sync_to_monitor no