Skip to content

Commit

Permalink
chore: sway config
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed May 28, 2024
1 parent e0efe63 commit 772280d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions home-desktop/wayland/windowManager/sway.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
, pkgs
}: {
enable = true;
xwayland = false;
# package = root.pkgs.sway-im;

wrapperFeatures.gtk = true;
Expand All @@ -29,14 +28,13 @@
{
DP-1 = {
mode = "3840x2160";
position = "360 0";
position = "640 0";
scale = "3";
};

DP-3 = {
HDMI-A-3 = {
mode = "1920x1080";
position = "0 0";
transform = "90";
scale = "3";
};
};
Expand All @@ -49,7 +47,7 @@
};

workspaceOutputAssign = [{
output = "DP-3";
output = "HDMI-A-3";
workspace = "9";
}];

Expand Down

0 comments on commit 772280d

Please sign in to comment.