blob: 544380ed7b9f5b2a45bb5b020ba6c1d67f9e6e3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
-- ==================================================
-- KoolDots (2026)
-- Project URL: https://github.com/LinuxBeginnings
-- License: GNU GPLv3
-- SPDX-License-Identifier: GPL-3.0-or-later
-- ==================================================
-- User monitor overrides for Lua workflow.
-- MonitorProfiles.sh writes selected Lua monitor profiles into this file.
-- Keep custom hl.monitor(...) entries here so upgrades preserve them.
-- Example:
-- hl.monitor({
-- output = "eDP-1",
-- mode = "preferred",
-- position = "auto",
-- scale = "1",
-- })
|