summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/zen.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/zen.fnl b/fnl/config/zen.fnl
index a7dbe6a..1ba643d 100644
--- a/fnl/config/zen.fnl
+++ b/fnl/config/zen.fnl
@@ -2,8 +2,8 @@
(module config.zen {autoload {util config.util}})
(def- opts {:window {:backdrop 1
- :height 0.8
- :width 0.5
+ :height 1
+ :width 120
:options {:signcolumn :no
:number false
:relativenumber false}}