summaryrefslogtreecommitdiff
path: root/fnl/plugins/zen.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2025-04-13 22:40:13 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2025-04-13 22:40:13 +0200
commit5a10209e89a5993ad66ae4335fc029068b2ad855 (patch)
tree69e59c14e64505d4e967eb379b7722aab95d50ce /fnl/plugins/zen.fnl
parent608b3b2beb9ad5867f288641eedd9543b92053ce (diff)
Diffstat (limited to 'fnl/plugins/zen.fnl')
-rw-r--r--fnl/plugins/zen.fnl4
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}}