Simplify the Sway config files

This commit is contained in:
Jimbo 2024-11-07 18:17:51 -05:00
parent 9299782075
commit bbd3d080b5
10 changed files with 436 additions and 443 deletions

View file

@ -6,9 +6,10 @@
};
config.displays = {
d1 = "DP-3";
d2 = "DP-1";
d3 = "DP-2";
d1 = "DP-2";
d2 = "DP-3";
d3 = "DP-1";
d4 = "HDMI-A-1";
dI = "eDP-1";
};
}