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:
parent
ba2a16ecdc
commit
287e1211de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user