summaryrefslogtreecommitdiffstats
path: root/after/plugin/whichkey.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--after/plugin/whichkey.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/after/plugin/whichkey.lua b/after/plugin/whichkey.lua
index 66c8a9e..752bc95 100644
--- a/after/plugin/whichkey.lua
+++ b/after/plugin/whichkey.lua
@@ -11,10 +11,11 @@ whichkey.setup {
winblend = 0,
window = {
border = 'shadow',
- margin = { 1, 5, 2, 5 },
+ margin = { 1, .1, 2, .1 },
+
},
layout = {
width = { min = 20, max = 50 },
- align = 'left',
+ align = 'center',
}
}