Add padding to wezterm window
This commit is contained in:
parent
57ec2fc1b1
commit
b460ba843a
|
@ -19,4 +19,12 @@ return {
|
|||
keys = require "keys",
|
||||
key_tables = require "key_tables",
|
||||
use_dead_keys = false,
|
||||
enable_scroll_bar = false,
|
||||
enable_wayland = true,
|
||||
window_padding = {
|
||||
left = 2,
|
||||
right = 2,
|
||||
top = 2,
|
||||
bottom = 2,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue