chore: width adjustment
This commit is contained in:
@@ -5,7 +5,10 @@ return {
|
||||
},
|
||||
cmd = 'ZenMode',
|
||||
opts = {
|
||||
window = { signcolumn = false },
|
||||
window = {
|
||||
width = 0.75,
|
||||
signcolumn = false,
|
||||
},
|
||||
plugins = {
|
||||
options = { enabled = true },
|
||||
twilight = { enabled = true },
|
||||
@@ -17,6 +20,7 @@ return {
|
||||
font = '16',
|
||||
},
|
||||
kitty = {
|
||||
-- INFO: not working in tmux sessions
|
||||
enabled = true,
|
||||
font = '+4',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user