blob: 5ae297c4ee52785cb5ca703f105638a03ce28f95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
-- ==================================================
-- KoolDots (2026)
-- Project URL: https://github.com/LinuxBeginnings
-- License: GNU GPLv3
-- SPDX-License-Identifier: GPL-3.0-or-later
-- ==================================================
-- default Monitor config
-- Monitor Configuration
-- See Hyprland wiki for more details
-- https://wiki.hyprland.org/Configuring/Monitors/
hl.monitor({
output = "",
mode = "preferred",
position = "auto",
scale = "1",
})
hl.monitor({
output = "",
mode = "highrr",
position = "auto",
scale = "1",
})
hl.monitor({
output = "",
mode = "highres",
position = "auto",
scale = "1",
})
|