back to my cozy font
This commit is contained in:
@@ -1,12 +1,24 @@
|
|||||||
[env]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
[window]
|
# Force integer scaling (prevents fractional DPI rounding issues)
|
||||||
padding.x = 10
|
WINIT_X11_SCALE_FACTOR = "1.0"
|
||||||
padding.y = 10
|
WINIT_HIDPI_FACTOR = "1.0"
|
||||||
|
|
||||||
|
[window]
|
||||||
|
dynamic_padding = true
|
||||||
decorations = "Buttonless"
|
decorations = "Buttonless"
|
||||||
|
|
||||||
|
[font]
|
||||||
|
normal.family = "Comic Code Ligatures"
|
||||||
|
size = 12
|
||||||
|
|
||||||
|
# Subtle positional tuning
|
||||||
|
offset.x = 0
|
||||||
|
offset.y = 0
|
||||||
|
glyph_offset.x = 0
|
||||||
|
glyph_offset.y = 0
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
[[keyboard.bindings]]
|
||||||
key = "="
|
key = "="
|
||||||
mods = "Control"
|
mods = "Control"
|
||||||
@@ -16,7 +28,3 @@ action = "IncreaseFontSize"
|
|||||||
key = "-"
|
key = "-"
|
||||||
mods = "Control"
|
mods = "Control"
|
||||||
action = "DecreaseFontSize"
|
action = "DecreaseFontSize"
|
||||||
|
|
||||||
[font]
|
|
||||||
normal.family = "GoMono Nerd Font"
|
|
||||||
size=14
|
|
||||||
|
|||||||
Reference in New Issue
Block a user