blob: 2360d12eed7f48f47a4ff1e071fb2832ee979cb8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
-- ==================================================
-- KoolDots (2026)
-- Project URL: https://github.com/LinuxBeginnings
-- License: GNU GPLv3
-- SPDX-License-Identifier: GPL-3.0-or-later
-- ==================================================
-- Virtual-1 1920x1080 profile
hl.monitor({
output = "Virtual-1",
mode = "1920x1080@60",
position = "auto",
scale = "1",
})
|