From 2c8e723c6da8dced1b4bbe32b443414a18e487d0 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Wed, 21 Apr 2021 09:05:15 +0200 Subject: [PATCH] Disable borderless window by default --- data/core/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/core/config.lua b/data/core/config.lua index 4c56a697..f9b4e87f 100644 --- a/data/core/config.lua +++ b/data/core/config.lua @@ -22,7 +22,7 @@ config.transitions = true config.animation_rate = 1.0 config.blink_period = 0.8 config.draw_whitespace = false -config.borderless = true +config.borderless = false -- Disable plugin loading setting to false the config entry -- of the same name.