fix(hyprland): set specific monitor settings

This commit is contained in:
matt1432 2023-11-30 16:11:53 -05:00
parent 6b1415d54b
commit 1b9a2a7f85
2 changed files with 15 additions and 14 deletions

View file

@ -358,11 +358,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1701357608, "lastModified": 1701370414,
"narHash": "sha256-ESUxlIJYp1XUm8QCG9WC63+M8r3gaOGKmfB5JngnjmM=", "narHash": "sha256-Q7A8BWWS1YndiNaAKM0IP73SGKJiQDfOdZAIdTLGNj8=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "5513eed64d46ef542a2dfaeb4a3229e1d195b02b", "rev": "b394c1695c05cf3b2133a473aa459d4cd750911b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -749,11 +749,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1701366548, "lastModified": 1701374693,
"narHash": "sha256-+cItrtt7Tfd9SM9aQ3lCZWahfxVzWpH5bVgRyz5QDnw=", "narHash": "sha256-9tnJvqVIxEMbMlDHhsPLvx+9YjxGz/wIj2Rb1zYlLcM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "d16468a8fc6ea13c030349f293e5958adc0e4a54", "rev": "06557d484099afc6dc70413d5faf63a792220d4c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -938,18 +938,18 @@
"flake": false, "flake": false,
"locked": { "locked": {
"host": "gitlab.freedesktop.org", "host": "gitlab.freedesktop.org",
"lastModified": 1701291624, "lastModified": 1701368958,
"narHash": "sha256-SWmzxn3gTyZOGEHgSDUJjJdoEKtt/kV6uWrUDx4JCC4=", "narHash": "sha256-7kvyoA91etzVEl9mkA/EJfB6z/PltxX7Xc4gcr7/xlo=",
"owner": "wlroots", "owner": "wlroots",
"repo": "wlroots", "repo": "wlroots",
"rev": "d7ecdad4e082cb5817806348de198679a11b35df", "rev": "5d639394f3e83b01596dcd166a44a9a1a2583350",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
"host": "gitlab.freedesktop.org", "host": "gitlab.freedesktop.org",
"owner": "wlroots", "owner": "wlroots",
"repo": "wlroots", "repo": "wlroots",
"rev": "d7ecdad4e082cb5817806348de198679a11b35df", "rev": "5d639394f3e83b01596dcd166a44a9a1a2583350",
"type": "gitlab" "type": "gitlab"
} }
}, },

View file

@ -70,10 +70,11 @@ in {
"2560x1440@60" "2560x1440@60"
"1920x120, 1" "1920x120, 1"
]) ])
(builtins.concatStringsSep "," [
# Desc of main monitor has comma, so force its default "desc:GIGA-BYTE TECHNOLOGY CO. LTD. G27QC 0x00000B1D"
# on everything and specify everything else "2560x1440@165"
",2560x1440@165, 1920x1560, 1" "1920x1560, 1"
])
]; ];
input = { input = {