mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-05 04:32:30 +02:00
7 lines
136 B
Lua
7 lines
136 B
Lua
-- Avoid overly wide single-window layouts on wide screens.
|
|
hl.config({
|
|
layout = {
|
|
single_window_aspect_ratio = { 1, 1 },
|
|
},
|
|
})
|