diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-10 20:06:56 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-10 20:06:56 +0200 |
| commit | 0ddc3ec50d4f36c7c034579717404fe7660aaab8 (patch) | |
| tree | 6bdd1728122aed3f203afe03eaa88cc80d8fc3c8 /nixos/extra/monitor.lua | |
| parent | 3e1bba99e3aba7a4fa5e59b20d1fd908e5b397ac (diff) | |
Diffstat (limited to 'nixos/extra/monitor.lua')
| -rw-r--r-- | nixos/extra/monitor.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/extra/monitor.lua b/nixos/extra/monitor.lua new file mode 100644 index 0000000..df9a972 --- /dev/null +++ b/nixos/extra/monitor.lua @@ -0,0 +1,6 @@ +if false then + hl.monitor({ output = "HDMI-A-1", mode = "2560x1440@100", position = "0x0", scale = "1", }) +else + hl.monitor({ output = "eDP-1", mode = "1920x1080@60", position = "0x0", scale = "1", }) + hl.monitor({ output = "HDMI-A-1", mode = "preferred", position = "auto", scale = "1", mirror = "eDP-1" }) +end |
