Change to rounded floating borders that came with 0.11

This commit is contained in:
Martin Lasson 2025-04-10 09:26:59 +02:00
parent 200e3dbc79
commit fe23a8c0df

View file

@ -71,4 +71,7 @@ opt.list = false
-- Sessions
opt.sessionoptions = { "buffers", "curdir", "winsize", "winpos", "skiprtp" }
-- Rounded borders
opt.winborder = "rounded"
return opt