mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-21 03:55:13 +02:00
11 lines
233 B
Lua
11 lines
233 B
Lua
------------------
|
|
---- MONITORS ----
|
|
------------------
|
|
-- See https://wiki.hypr.land/Configuring/Basics/Monitors/
|
|
hl.monitor({
|
|
output = "eDP-1",
|
|
mode = "1920x1200@60",
|
|
position = "auto",
|
|
scale = "1.20",
|
|
})
|