Disable borderless window by default

This commit is contained in:
Francesco Abbate
2021-04-21 09:05:15 +02:00
parent 901b8634db
commit 2c8e723c6d
+1 -1
View File
@@ -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.