Compare commits
10 Commits
98f207adf4
...
75ed98ca0a
Author | SHA1 | Date | |
---|---|---|---|
75ed98ca0a | |||
feef15e944 | |||
851dfda368 | |||
2637cc2d9d | |||
0559164a2e | |||
390ab43b05 | |||
0a9c0084df | |||
a29d88574c | |||
9c2b28b1e8 | |||
7961adf9e3 |
@ -50,6 +50,7 @@ in {
|
|||||||
element-desktop
|
element-desktop
|
||||||
chromium
|
chromium
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
gimp
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -50,6 +50,8 @@ in {
|
|||||||
rust-analyzer
|
rust-analyzer
|
||||||
rustup
|
rustup
|
||||||
nodejs
|
nodejs
|
||||||
|
nixd
|
||||||
|
alejandra
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -120,6 +120,30 @@ in {
|
|||||||
"${pkgs.sway}/bin/swaymsg workspace 5, move workspace to DP-3"
|
"${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.name = "docked-4k";
|
||||||
profile.outputs = [
|
profile.outputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user