cleaned up, added some noctalia support, modified workspace keybinds
This commit is contained in:
17
monitors.lua
17
monitors.lua
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user