Update autorandr configuration

This commit is contained in:
Oliver Davies 2024-03-18 23:24:37 +00:00
parent 6963cceb17
commit a0b155ea8e
2 changed files with 25 additions and 18 deletions

View file

@ -14,31 +14,38 @@
enable = true; enable = true;
profiles = let profiles = let
laptop = fingerprint = "00ffffffffffff000daef21400000000161c0104a51f117802ee95a3544c99260f505400000001010101010101010101010101010101363680a0703820402e1e240035ad10000018000000fe004e3134304843472d4751320a20000000fe00434d4e0a202020202020202020000000fe004e3134304843472d4751320a2000bb";
"00ffffffffffff000daef21400000000161c0104a51f117802ee95a3544c99260f505400000001010101010101010101010101010101363680a0703820402e1e240035ad10000018000000fe004e3134304843472d4751320a20000000fe00434d4e0a202020202020202020000000fe004e3134304843472d4751320a2000bb"; name = "eDP-1";
monitor =
"00ffffffffffff004c2d1710424e58432b1f0103803f24782ac8b5ad50449e250f5054bfef80714f810081c081809500a9c0b300010108e80030f2705a80b0588a0078682100001e000000fd00324b1e873c000a202020202020000000fc004c5532385235350a2020202020000000ff0048345a524130303132380a20200183020335f04961120313041f10605f2309070783010000e305c0006b030c002000b83c2000200167d85dc401788003e20f81e3060501023a801871382d40582c450078682100001e023a80d072382d40102c458078682100001e04740030f2705a80b0588a0078682100001e565e00a0a0a029503020350078682100001a000049";
in { in {
laptop = { default = {
config.eDP-1 = { fingerprint = {
enable = true; "${name}" = fingerprint;
mode = "1920x1080";
primary = true;
rate = "59.95";
}; };
fingerprint.eDP-1 = laptop; config = {
"${name}" = {
enable = true;
mode = "1920x1080";
};
};
}; };
desktop = { desktop = {
config.HDMI-1 = { config = {
"${name}".enable = false;
"HDMI-1" = {
enable = true; enable = true;
mode = "2560x1440"; mode = "2560x1440";
primary = true; primary = true;
rate = "59.95"; rate = "59.95";
}; };
};
fingerprint.HDMI-1 = monitor; fingerprint = {
"${name}" = fingerprint;
"HDMI-1" = "00ffffffffffff004c2d1710424e58432b1f0103803f24782ac8b5ad50449e250f5054bfef80714f810081c081809500a9c0b300010108e80030f2705a80b0588a0078682100001e000000fd00324b1e873c000a202020202020000000fc004c5532385235350a2020202020000000ff0048345a524130303132380a20200183020335f04961120313041f10605f2309070783010000e305c0006b030c002000b83c2000200167d85dc401788003e20f81e3060501023a801871382d40582c450078682100001e023a80d072382d40102c458078682100001e04740030f2705a80b0588a0078682100001e565e00a0a0a029503020350078682100001a000049";
};
}; };
}; };
}; };

View file

@ -40,7 +40,7 @@ in {
"${modifier}+Shift+l" = "move right"; "${modifier}+Shift+l" = "move right";
"${modifier}+Shift+s" = "exec ${pkgs.flameshot}/bin/flameshot gui"; "${modifier}+Shift+s" = "exec ${pkgs.flameshot}/bin/flameshot gui";
"${modifier}+Shift+p" = "exec ${pkgs.autorandr}/bin/autorandr --cycle"; "${modifier}+Shift+p" = "exec ${pkgs.autorandr}/bin/autorandr --change";
"${modifier}+Shift+y" = "exec ${pkgs.copyq}/bin/copyq toggle"; "${modifier}+Shift+y" = "exec ${pkgs.copyq}/bin/copyq toggle";
"XF86AudioRaiseVolume" = "exec pamixer -ui 2 && pamixer --get-volume"; "XF86AudioRaiseVolume" = "exec pamixer -ui 2 && pamixer --get-volume";