chore: width adjustment

This commit is contained in:
2024-11-29 23:29:08 -05:00
parent 40d1df3990
commit beea8e5525
+5 -1
View File
@@ -5,7 +5,10 @@ return {
}, },
cmd = 'ZenMode', cmd = 'ZenMode',
opts = { opts = {
window = { signcolumn = false }, window = {
width = 0.75,
signcolumn = false,
},
plugins = { plugins = {
options = { enabled = true }, options = { enabled = true },
twilight = { enabled = true }, twilight = { enabled = true },
@@ -17,6 +20,7 @@ return {
font = '16', font = '16',
}, },
kitty = { kitty = {
-- INFO: not working in tmux sessions
enabled = true, enabled = true,
font = '+4', font = '+4',
}, },