Compare commits

...

10 Commits

3 changed files with 27 additions and 0 deletions

View File

@ -50,6 +50,7 @@ in {
element-desktop
chromium
wl-clipboard
gimp
];
};
}

View File

@ -50,6 +50,8 @@ in {
rust-analyzer
rustup
nodejs
nixd
alejandra
];
};

View File

@ -120,6 +120,30 @@ in {
"${pkgs.sway}/bin/swaymsg workspace 5, move workspace to DP-3"
];
}
{
profile.outputs = [
{
criteria = "eDP-1";
position = "0,1080";
}
{
criteria = "Dell Inc. DELL P2422HE 7VWL9M3";
position = "0,0";
}
{
criteria = "ViewSonic Corporation VG2448 V5E201960167";
transform = "90";
position = "1920,0";
}
];
profile.exec = [
"${pkgs.sway}/bin/swaymsg [workspace=\\\"main\\\"] move workspace to '\"Dell Inc. DELL P2422HE 7VWL9M3\"'"
"${pkgs.sway}/bin/swaymsg [workspace=\\\"term\\\"] move workspace to '\"ViewSonic Corporation VG2448 V5E201960167\"'"
"${pkgs.sway}/bin/swaymsg [workspace=\\\"msg\\\"] move workspace to eDP-1"
"${pkgs.sway}/bin/swaymsg [workspace=\\\"music\\\"] move workspace to eDP-1"
"${pkgs.sway}/bin/swaymsg [workspace=5] move workspace to '\"Dell Inc. DELL P2422HE 7VWL9M3\"'"
];
}
{
profile.name = "docked-4k";
profile.outputs = [