cleaned up, added some noctalia support, modified workspace keybinds

This commit is contained in:
venus
2026-07-28 08:19:50 -05:00
parent 2414373294
commit d6207c7e5a
8 changed files with 138 additions and 32 deletions

View File

@@ -1,7 +1,14 @@
-- hl.monitor({
-- -- Use 'desc:' followed by your monitor's exact string from hyprctl
-- output="desc:Samsung Electric Company Odyssey G95C HNTL300212",
-- mode = "5120x1440@240", -- Explicitly lock the ultrawide canvas & high refresh rate
-- scale = 1,
-- vrr = true
-- })
hl.monitor({
-- Use 'desc:' followed by your monitor's exact string from hyprctl
output="desc:Samsung Electric Company Odyssey G95C HNTL300212",
mode = "5120x1440@240", -- Explicitly lock the ultrawide canvas & high refresh rate
scale = 1,
vrr = true
output = "HEADLESS-2",
mode = "2400x1080@60", -- Adjust to your phone's native resolution
position = "auto", -- Or specific coordinates like "1920x0"
scale = 2 -- Increase if the UI is too small to read
})