blob: c07673e2c35e329d335ae866310e82a54df62e21 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-- ==================================================
-- KoolDots (2026)
-- Project URL: https://github.com/LinuxBeginnings
-- License: GNU GPLv3
-- SPDX-License-Identifier: GPL-3.0-or-later
-- ==================================================
-- Disable eDP-1 (laptop panel)
hl.monitor({
output = "eDP-1",
disabled = true,
})
|