home | fix kansi config

This commit is contained in:
Don Harper 2024-06-02 11:46:56 -05:00
parent 38d3e9ce43
commit b827823e81

View file

@ -40,69 +40,21 @@
status = "disable"; status = "disable";
} }
{ {
criteria = "DP-5"; criteria = "Samsung Electric Company C24F390 H4ZN519488";
status = "enable"; status = "enable";
position = "0,0"; position = "0,0";
} }
{ {
criteria = "DP-6"; criteria = "Stargate Technology HDMI ";
status = "enable"; status = "enable";
position = "0,1080"; position = "0,1080";
} }
]; ];
exec = [ exec = [
"swaymsg workspace 1, move workspace to output DP-5" "swaymsg workspace 1, move workspace to output '\"Samsung Electric Company C24F390 H4ZN519488\"'"
"swaymsg workspace 5, move workspace to output DP-6" "swaymsg workspace 5, move workspace to output '\"Stargate Technology HDMI \"'"
"swaymsg workspace 6, move workspace to output DP-5" "swaymsg workspace 6, move workspace to output '\"Samsung Electric Company C24F390 H4ZN519488\"'"
"swaymsg workspace 9, move workspace to output DP-6" "swaymsg workspace 9, move workspace to output '\"Stargate Technology HDMI \"'"
];
};
docked2 = {
outputs = [
{
criteria = "eDP-1";
status = "disable";
}
{
criteria = "DP-7";
status = "enable";
position = "0,0";
}
{
criteria = "DP-8";
status = "enable";
position = "0,1080";
}
];
exec = [
"swaymsg workspace 1, move workspace to output DP-7"
"swaymsg workspace 5, move workspace to output DP-8"
"swaymsg workspace 6, move workspace to output DP-7"
"swaymsg workspace 9, move workspace to output DP-8"
];
};
docked3 = {
outputs = [
{
criteria = "eDP-1";
status = "disable";
}
{
criteria = "DP-9";
status = "enable";
position = "0,0";
}
{
criteria = "DP-10";
status = "enable";
position = "0,1080";
}
];
exec = [
"swaymsg workspace 1, move workspace to output DP-9"
"swaymsg workspace 5, move workspace to output DP-10"
"swaymsg workspace 6, move workspace to output DP-9"
"swaymsg workspace 9, move workspace to output DP-10"
]; ];
}; };
}; };