Skip to content

Commit

Permalink
hosts/bina: update desk monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Jan 6, 2025
1 parent 27d2e74 commit d592586
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hosts/bina/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -253,18 +253,18 @@
desk = {
outputs = {
"eDP-1" = "enable mode 2256x1504 position 1920,0 scale 1.5";
"VIZIO, Inc E390i-A1 0x00000101" = "enable mode 1920x1080 position 0,0 scale 1";
"VIZIO, Inc E390i-A1 0x01010101" = "enable mode 1920x1080 position 0,0 scale 1";
};
commands = [
"${lib.getExe' pkgs.sway "swaymsg"} workspace number 3, move workspace to eDP-1"
"${lib.getExe' pkgs.sway "swaymsg"} workspace number 1, move workspace to '\"VIZIO, Inc E390i-A1 0x00000101\"'"
"${lib.getExe' pkgs.sway "swaymsg"} workspace number 1, move workspace to '\"VIZIO, Inc E390i-A1 0x01010101\"'"
];
};

deskonly = {
outputs = {
"eDP-1" = "disable";
"VIZIO, Inc E390i-A1 0x00000101" = "enable mode 1920x1080 position 0,0 scale 1";
"VIZIO, Inc E390i-A1 0x01010101" = "enable mode 1920x1080 position 0,0 scale 1";
};
};
};
Expand Down

0 comments on commit d592586

Please sign in to comment.