diff options
Diffstat (limited to 'fnl/plugins/zen.fnl')
-rw-r--r-- | fnl/plugins/zen.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/zen.fnl b/fnl/plugins/zen.fnl index fcaf114..caa7313 100644 --- a/fnl/plugins/zen.fnl +++ b/fnl/plugins/zen.fnl @@ -1,8 +1,8 @@ ;; Zen mode. -(local opts {:window {:backdrop 1 +(local opts {:window {:backdrop 0.98 :height 1 - :width 128 + :width 120 :options {:signcolumn :no :number false :relativenumber false}} |