Disable borderless window by default
This commit is contained in:
parent
901b8634db
commit
2c8e723c6d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue