padding
This commit is contained in:
parent
4063e84426
commit
694468c67f
@ -6,6 +6,13 @@ config.font_size = 11.0
|
|||||||
|
|
||||||
config.cursor_blink_rate = 800
|
config.cursor_blink_rate = 800
|
||||||
|
|
||||||
|
config.window_padding = {
|
||||||
|
left = 0,
|
||||||
|
right = 0,
|
||||||
|
top = 0,
|
||||||
|
bottom = 0,
|
||||||
|
}
|
||||||
|
|
||||||
config.window_decorations = "NONE"
|
config.window_decorations = "NONE"
|
||||||
config.window_frame = {
|
config.window_frame = {
|
||||||
inactive_titlebar_bg = '#2d2d2d',
|
inactive_titlebar_bg = '#2d2d2d',
|
||||||
|
Loading…
Reference in New Issue
Block a user