mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-06 17:53:30 +02:00
Compare commits
6
Commits
ee5f33c516
...
42e873a158
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42e873a158
|
||
|
|
d49066f486 | ||
|
|
9aedc6da54 | ||
|
|
6d9b974bca | ||
|
|
153f83d8f8 | ||
|
|
3cb13863e8 |
@@ -7,4 +7,5 @@ hl.on("hyprland.start", function()
|
|||||||
hl.exec_cmd("wl-paste --type image --watch cliphist store")
|
hl.exec_cmd("wl-paste --type image --watch cliphist store")
|
||||||
hl.exec_cmd("hyprsunset -i")
|
hl.exec_cmd("hyprsunset -i")
|
||||||
hl.exec_cmd("nextcloud --background")
|
hl.exec_cmd("nextcloud --background")
|
||||||
|
hl.exec_cmd("ksecretd")
|
||||||
end)
|
end)
|
||||||
|
|||||||
@@ -1,18 +1,19 @@
|
|||||||
hl.monitor({
|
hl.monitor({
|
||||||
output = "DP-2",
|
output = "DP-1",
|
||||||
mode = "2560x1440@240",
|
mode = "2560x1440@240",
|
||||||
position = "1728x0",
|
position = "auto-left",
|
||||||
scale = 1,
|
scale = 1,
|
||||||
bitdepth = 10,
|
bitdepth = 10,
|
||||||
cm = "srgb",
|
cm = "srgb",
|
||||||
|
vrr = 0,
|
||||||
})
|
})
|
||||||
|
|
||||||
hl.monitor({
|
hl.monitor({
|
||||||
output = "DP-3",
|
output = "DP-2",
|
||||||
mode = "3840x2160@60",
|
mode = "preffered",
|
||||||
position = "0x0",
|
position = "auto-right",
|
||||||
scale = 1.25,
|
scale = 1.25,
|
||||||
bitdepth = 10,
|
bitdepth = 10,
|
||||||
cm = "srgb",
|
cm = "srgb",
|
||||||
transform = 1,
|
transform = 3,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user